Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Is REST best?

by perlfan (Vicar)
on Jul 12, 2014 at 03:12 UTC ( [id://1093334]=note: print w/replies, xml ) Need Help??


in reply to Re: Is REST best?
in thread Is REST best?

RESTful URLs are minimal. Query strings are discouraged, and most data is passed in the request in some serialized format. Couple this with the HTTP method and you get a much easier to maintain dispatching situation on the server. Sanitizing what is in any request you send is just part of the deal, it doesn't matter if it's in the URL or not. So I am not sure I get your issue.

Replies are listed 'Best First'.
Re^3: Is REST best?
by Anonymous Monk on Jul 12, 2014 at 21:26 UTC

    So I am not sure I get your issue.

    sundialsvc4 is the biggest troll on perlmonks, thats about the sum of it

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-18 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found