You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes compiling long documents through this endpoint and without using a URL (which is not optimal when you only have user-entered input and don't want to upload it to github first for both security and optimization purposes) impossible since a 414 error (request-uri too large) is returned when trying to compile a long tex code.
Allowing also POST requests should fix this issue.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to pass the data of the text parameter in /compile with a POST request (https://latexonline.cc/compile?text={latexCode}).
This makes compiling long documents through this endpoint and without using a URL (which is not optimal when you only have user-entered input and don't want to upload it to github first for both security and optimization purposes) impossible since a 414 error (request-uri too large) is returned when trying to compile a long tex code.
Allowing also POST requests should fix this issue.
The text was updated successfully, but these errors were encountered: