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

GetPostSelf having issues with long posts #80

Open
aldarisbm opened this issue Jul 26, 2020 · 1 comment
Open

GetPostSelf having issues with long posts #80

aldarisbm opened this issue Jul 26, 2020 · 1 comment

Comments

@aldarisbm
Copy link

aldarisbm commented Jul 26, 2020

Using the current GetPostSelf I've run into problems when sending large (over 6k chars) payloads since payloads get encoded and added to the URL. I've run into two different times where this has raised an issue.

Once just a random 400 error (reproducible) and the second time -with a larger payload- it gave me a 414 URI too long error (reproducible as well)

This could be fixed by sending the body in the actual body of the request.

I've started some changes here that should be non-breaking, but would like to know if you're also working on something like this?

@turnage
Copy link
Owner

turnage commented Jul 26, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants