How can I do to accept POST and GET method in my API.

1
0
-1

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

1 answer

1
0
-1

Hello,

Unfortunately you need to build 2 REST API extensions (one for each method) for that.
HTH

Notifications