We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I believe the current version has a small bug in lines 83 and 84. The curl handle there should be not $request, but $ch.
Cheers,
Aurimas
The text was updated successfully, but these errors were encountered:
Thanks Aurimas, good catch! I've put in that fix, hopefully it works for you now?
I did look at adding that to the test case as well, but I don't know any unauthenticated public web sites that respond to POST requests.
Sorry, something went wrong.
Yup, it works now. I just think the documentation could benefit from adding a few lines about the POST feature - now it's not mentioned there.
Good point. I've added a short note to the documentation about POST calls.
No branches or pull requests
Hi,
I believe the current version has a small bug in lines 83 and 84. The curl handle there should be not $request, but $ch.
Cheers,
Aurimas
The text was updated successfully, but these errors were encountered: