ruhungry
ruhungry

Reputation: 4716

How to create REST url for action on my page?

I've created a page for example http://sayhello.com and there's a form fe: http://sayhello/com/myform with fields yourname and yourtext and button yoursubmit. How can I create my REST url?

Thanks

Upvotes: 0

Views: 163

Answers (1)

pra9ma
pra9ma

Reputation: 388

You might want to read up on REST first and then provide some more details here about what server-side programming language and framework you are using.

Upvotes: 2

Related Questions