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
Doing some debugging, and it seems like your code looks at "request.arg" which I believe is populated via GET vs "form" for POST. It works fine when reformatting the curl request as a GET request, and since I'm requiring HTTPS, it shouldn't present a security issue, but I wanted to see if you had noticed this in your usage?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback.
You are very correct and it is something that I should fix in the github repo. Feel free to submit a PR and I will merge it.
I don't see this issue as the version I use is quite different from the one here. :)
Hi Ian,
Thank you for this great project.
Doing some debugging, and it seems like your code looks at "request.arg" which I believe is populated via GET vs "form" for POST. It works fine when reformatting the curl request as a GET request, and since I'm requiring HTTPS, it shouldn't present a security issue, but I wanted to see if you had noticed this in your usage?
The text was updated successfully, but these errors were encountered: