External content by Daniel Krüger; August, 2022 ;
The original post has appeared on daniels-notes.de
If you are working with web services data sources like REST then you will have noticed that you can't view the outgoing request. This is also true, if you have a problem, when the instances hasn't been saved yet.
All in all this can be quite annoying, if there's some kind of problem.
There are two ways I'm aware of you can use:
- If you have access to the server:
Install a proxy like HTTP toolkit.
Debug a web service data source
- If you don't have access to the server for example when you are using WEBCONAPPS or aren't allowed to install a proxy:
The setup is more difficult and even a little bit limited.
Debug a web service data source alternative