Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree preview incorrect with long xml #212

Open
JeltevanBoheemen opened this issue Sep 10, 2019 · 1 comment
Open

Tree preview incorrect with long xml #212

JeltevanBoheemen opened this issue Sep 10, 2019 · 1 comment
Assignees
Labels

Comments

@JeltevanBoheemen
Copy link
Contributor

Currently XML is sent as query paramaters. This has a limit which is insufficient, even for short sentences. Change to a POST-request.

@JeltevanBoheemen JeltevanBoheemen self-assigned this Sep 10, 2019
@JeltevanBoheemen
Copy link
Contributor Author

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.

@jgonggrijp jgonggrijp added the bug label Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants