Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
dfox428279yIt 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.
-
Studiosi1229y@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.
-
@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.
-
I also have local overrides so I can test but I use Paw for OS X. Definitely the best REST client.
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
Kalvin17How does a front-end developer get away with murder? $('body').hide(); //I'll see myself out
Debugging AJAX is one of the most shitty tasks that exist in the world of Web Development.
undefined
debugging
web development
jquery
ajax
js
javascript