HTTP request giving wrong result

I don’t understand this. I need to make an http-request to get an XML-response conaining a file and some other information. However when I do it I just get a webpage back. If I paste the exact same URL in my browser I see the XML output. What am I doing wrong here?

This is the url:

https://testapi.fraktjakt.se/shipping_documents/xml_get?consignor_id=15020&consignor_key=d4952c7d771f00b63e6d0bf6d9138f8a29d91ee9&shipment_id=1567165&locale=sv

1 Like

Hey @Henrik_Gustafson

You need to make sure all the props are passed right like the HTTP Request Method, Authentication and of course the endpoint URL.

Then there should be any issue. The webpage result normally comes if the URL or the request method is not right.

Hope this helps.

Thanks
#nK