Forum Discussion
fdanielsouza
Helper I
6 years agoHow 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
Microsoft Employee
6 years agoWhen you do manual redirect handling, then the Contents.Uri will be transformed into a GET request (for most status codes).
fdanielsouza
Helper I
6 years agoHmm, 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.