Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • 3
    HTML pages do not normally interact directly with REST APIs. Those are meant for web service clients to use, although I suppose you could have HTML in a browser be the client. I think you need to take a step back and reevaluate your overall system design. Commented Jul 10, 2015 at 14:51
  • What's wrong wtih POST? Commented Jul 10, 2015 at 15:40
  • @JayMee religious objections, from those who feel that if you're not using PUT, DELETE, etc., your API is wrong Commented Jul 11, 2015 at 2:48
  • Rest is an anti pattern Commented Jul 13, 2015 at 17:24
  • @Ewan Could you please elaborate why? Commented Jul 23, 2015 at 10:49