Module Methods POST or PUSH

I am going to assume that most of all the pre defined modules process POST requests, however, is there any way to know if the method being used is PUT?

For example, what happens to a request if we do a secondary POST request over the identical post request?

It depends on the app and the API they have regarding what HTTP protocol they are using, it could be PUT, PATCH or POST itself, so it entirely depends on how the modules/app API function.

You can technically review the method being used by installing Make’s Chrome Extension.

2 Likes

You are the best didnt even know this was a thing!