22

Debugging AJAX is one of the most shitty tasks that exist in the world of Web Development.

Comments
  • 1
    It can be pretty difficult. What tools are you using? I use Postman for creating some requests which I've found to be pretty simple to use and it can do some cool stuff.
  • 1
    @dfox I use postman too. The problem comes when I use random session tokens to assure that the sender is who is supposed to be, through the session. It becomes impossible to do a full test with Postman under that conditions.
  • 0
    @Studiosi ah yeah, that makes it pretty tough :/
  • 2
    @Studiosi I do the same. So I put code in that only works in the development env. It let's me pass true for my token field and I can test the response.
  • 1
    I also have local overrides so I can test but I use Paw for OS X. Definitely the best REST client.
Add Comment