-
Notifications
You must be signed in to change notification settings - Fork 327
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
403 #87
Comments
this is now fixed in PLEASE NOTE: |
I don't know if it's fixed ... tested with version 3.0.0 of the lib and getting always 403 forbidden errors for Mashape :
Any idea ?? |
Ok... didn't read the new README ... works with :
|
awesome 👍 |
🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Always get 403 error, its works with CURL but Unirest is not working
i try from CLI and from WebServer
here is the code:
$response = Unirest\Request::post("https://community-neutrino-ip-info.p.mashape.com/ip-info",
array(
"X-Mashape-Key" => "XXXX",
"Content-Type" => "application/x-www-form-urlencoded",
"Accept" => "application/json"
),
array(
"ip" => "5.29.224.80",
"reverse-lookup" => true
)
);
The text was updated successfully, but these errors were encountered: