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
Solution:
Sent a request from python containing XML to backend.
Backend returns a token to python.
Python opens webbrowser using the token. Frontend retrieves XML using token and shows the page.
Currently XML is sent as query paramaters. This has a limit which is insufficient, even for short sentences. Change to a POST-request.
The text was updated successfully, but these errors were encountered: