Hi, Has the URI you mentioned already been valid? I tried following command today but no luck. ------------------------------- $ curl -i -k -F device_id=001606000xxx -F report_id=417xxx -F format=xml https://wildfire.paloaltonetworks.com/publicapi/report HTTP/1.1 100 Continue HTTP/1.1 400 Bad Request Server: nginx/1.0.9 Date: Thu, 11 Jul 2013 07:22:30 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: keep-alive X-Powered-By: PHP/5.3.6 ------------------------------- Also tried with wget to check if the curl I am using is something wrong but almost same result. ------------------------------- $ wget --no-check-certificate --post-data 'device_id=001606000xxx&report_id=417xxx&format=xml' https://wildfire.paloaltonetworks.com/publicapi/report --2013-07-11 08:25:46-- https://wildfire.paloaltonetworks.com/publicapi/report Resolving wildfire.paloaltonetworks.com... 54.241.16.153 Connecting to wildfire.paloaltonetworks.com|54.241.16.153|:443... connected. WARNING: certificate common name `*.wildfire.paloaltonetworks.com' doesn't match requested host name `wildfire.paloaltonetworks.com'. HTTP request sent, awaiting response... 400 Bad Request 2013-07-11 08:25:47 ERROR 400: Bad Request. ------------------------------- Any mistakes I am making? Thanks,
... View more