Page 1 of 1

display the contents of a service request, as it will be sent to the rest service

Posted: Thu Jul 28, 2016 4:07 pm
by Terry Gilliver

Is it possible to view what is sent in a rest api request for the purposes of debugging?


display the contents of a service request, as it will be sent to the rest service

Posted: Fri Jul 29, 2016 12:58 am
by Bruce Stuart

Terry - not sure if this is what you are looking for - but - in the Chrome debugger - you can find your request on the network tab - and see what was sent to your API or service (anything over the network) here:

Image

Not sure if that helps .... but...

Bruce


display the contents of a service request, as it will be sent to the rest service

Posted: Fri Jul 29, 2016 9:59 am
by Terry Gilliver

Thanks Bruce, that is exactly what I was looking for.