I am trying to track a shipment to get the status and date of it. For that I was checking the DHL documentation from the site in Germany, but is not really good to be honest.
Anyways, there's a testsuite which I downloaded and read, and there they say:
If you are working with the GET method, you can also view the link, all necessary information is contained in the URL.
Here you will find the complete URL as the first entry:
You can also put this link into your browser. (doing that doesn't work for me) That link supposed to output in XML format.
So my question is...How can I get the info from that URL in PHP? to then be able to retrieve the specific info in it.