Hacker News new | past | comments | ask | show | jobs | submit login

Why not:

  > POST /search
  > #query data
  < 201 CREATED
  < Location: /search/2324242
  > GET /search/2324242
  < 200 OK
  > GET /search/2324242?page=2
  < 200 OK
(hopefully the representation would be an implementation of a standard paged format, like RFC 5005, but I'm not holding my breath)



Because if you are not changing nothing on the server, you should not use POST requests.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: