Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: modern ways of doing web services - avoid REST too

by Rhandom (Curate)
on Sep 28, 2013 at 20:10 UTC ( [id://1056160]=note: print w/replies, xml ) Need Help??


in reply to Re^4: modern ways of doing web services - avoid REST too
in thread modern ways of doing web services

If you are revealing your abstractions (like REST requires), always POSTing of HTTPS wins because the noun and verb are kept together. However, always POSTing over HTTPS does not require that you always have a noun and a verb.

So if you are playing by RESTs rules, always POSTing over HTTPS wins. But always POSTing over HTTPS wins because you don't have to reveal your abstractions.

You seem to be an easily amused guy who picks the contexts he likes while ignoring the larger picture.

my @a=qw(random brilliant braindead); print $a[rand(@a)];
  • Comment on Re^5: modern ways of doing web services - avoid REST too

Replies are listed 'Best First'.
Re^6: modern ways of doing web services - avoid REST too
by Anonymous Monk on Sep 28, 2013 at 21:58 UTC

    You seem to be an easily amused guy who picks the contexts he likes while ignoring the larger picture.

    You seem to have a miserable impression of REST , REST is not bondage -- GET/POST -- yeah, thats what html forms support, that is REST -- even if you go full vocabulary because its easy if you're using jQuery for JSON/POSTing/over-HTTPs, it is consistent , you should be GETing/POSTing 90% of the time

    REST is easy going and as consistent as you want it to be

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056160]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found