Posts by Alex Oliveira • 143 points
2 posts
-
9
votes1
answer1165
viewsQ: How to avoid HTTP request overload when consuming REST API?
I have a REST API made with Laravel and a Webapp (which uses the features of this API) made in Angular.JS. My Webapp is a unique portal for registered users, but now I’m creating a website so that…
-
5
votes1
answer175
viewsQ: Is it possible to make a fake POST request?
I am creating a central system that validates information coming from other client systems via post and I would like to know if it would be possible for someone to make a false post request by…