I've changed the line.
Code: Select all
curl_setopt($ch, CURLOPT_URL, 'production.shippingapis.com/ShippingAPI.dll?' . $request);
Code: Select all
curl_setopt($ch, CURLOPT_URL, 'testing.shippingapis.com/ShippingAPITest.dll ?' . $request);
"you are not authorized for this server"
which I've read means they haven't activated your account because you haven't tested and have them turn on the account.
in the second I get.
API Authorization failure. RateV3 is not a valid API name for this protocol.
so how do you set up for testing so they can see you did some testing?
And yes I'm using my Web tools account.