linuxscout / mishkal

Mishkal is an arabic text vocalization software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use POST in GetAjax function instead of GET

muotaz opened this issue · comments

It would be great if the GetAjax function used Post instead of a Get, it would allow the tool to support longet texts.

I can't find any documentation for Oukasha web framework to assist with the change. Could you provide any ?

Oh I was checking Oukasha's code and it seems it doesn't expose POST request body.
Seems that we need to migrate to flask if one needs to use POST requests to support processing longer texts.

I will close this for now, until a PoC flask branch is available for review.