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
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?
The text was updated successfully, but these errors were encountered:
Using the current GetPostSelf I've run into problems when sending large
(over 6k chars) payloads since they 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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#80>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWR64BO5NARXUARU4INQJDR5RHVFANCNFSM4PIBLQMQ>
.
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 a414
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?
The text was updated successfully, but these errors were encountered: