Tagged Questions
2
votes
4answers
222 views
Getting content: AJAX vs. “Regular” HTTP call
I like that, these days, we have an option for how we get our web content from the server: we can make an old-style HTTP request (with its own URL in the browser) or we can make an AJAX call and ...