Running into 404: Not Found at PRORATION.GetShipperHistory (CallRest : Call REST (GET))

0
Hi All, I’m creating a GET request, I added header, I’ve applied Import Mapping and everything looks fine on HTTP headers and Response tab, but I’m getting 404 error.. Here is the detail error. Your response would be really appreciated. Using 9.1.1 version
asked
1 answers
1

The 404 error means the server you are calling can’t find the resource you are requesting, and is letting the calling application (in this case your Mendix application) know that.

You probably need to double check the URL you have been given is correct.

answered