Forum Discussion
fdanielsouza
6 years agoHelper I
How to send a GET method with content data with M?
Hello! I'm having trouble to get a response from an API which receives GET methods but also asks for content using M (trying to wrap it in a Custom Connector). I can get a sample response on it with ...
artemus
6 years agoMicrosoft Employee
When you do manual redirect handling, then the Contents.Uri will be transformed into a GET request (for most status codes).
fdanielsouza
6 years agoHelper I
Hmm, understood artemus! Should [Contents.Uri]() bring me the the content of the request if it was a GET or should I use it in another request? Right now it brings me the URL in text format.