IP Info

फ़्री
द्वारा NeutrinoAPI.com | अपडेट किया गया 23 days ago | Location
लोकप्रियता

9.3 / 10

लेटेंसी

54ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

403

Rapid account: Garrylachman
garrylachman
8 years ago

php return 403 - unirest
the basic example

Rapid account: Garrylachman
garrylachman Commented 8 years ago

the solution was add http_build_query to data array in unirest

Rapid account: Garrylachman
garrylachman Commented 8 years ago

<code>
$response = Unirest\Request::post(“https://community-neutrino-ip-info.p.mashape.com/ip-info”,
array(
“X-Mashape-Key” => “XXX”,
“Content-Type” => “application/x-www-form-urlencoded”,
“Accept” => “application/json”
),
array(
“ip” => “5.29.224.80”,
“reverse-lookup” => true
)
);
</code>

Just copy & past from Mashape Snippet

Rapid account: Neutrinoapi
neutrinoapi Commented 8 years ago

Hey Garry,
403 usually means your API key or User ID is missing or incorrect…
You could try this PHP snippet: https://www.neutrinoapi.com/api/api-examples/php/

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें