REST - get a random number GET or POST?

Posted by DutrowLLC on Stack Overflow See other posts from Stack Overflow or by DutrowLLC
Published on 2010-06-06T21:03:26Z Indexed on 2010/06/06 21:12 UTC
Read the original article Hit count: 327

Filed under:
|
|
|

How should a random number generator properly be implemented in REST?

GET RANDOM/ POST RANDOM/

The server returns a different random number each time.

I can see arguments for both ways.

© Stack Overflow or respective owner

Related posts about rest

Related posts about random