Getting 302 Status code while using a PATCH request in Mendis Rest Api call (Consuming Rest Api in Mendix)
0
I am trying to use the PATCH request in Mendix microflow using the Call Rest Activity to update the attributes of an item in a tool . while we are trying to send the request we are getting Status code 302. we are also getting a redirection url in the headers but when we try to hit a PATCH request for the redirection url from Postman its giving an error, but its working fine for a GET request. can you please help me to surpass the 302 Exception