Hi everyone,
Im building an API but I have a problem, how can i do to accept POST and GET method.
I added in page.properties but its does not works.
signApi.method=POST,GET
Hi everyone,
Im building an API but I have a problem, how can i do to accept POST and GET method.
I added in page.properties but its does not works.
signApi.method=POST,GET
Hello,
Unfortunately you need to build 2 REST API extensions (one for each method) for that.
HTH