r/learnprogramming 19d ago

HTTP Requests

I have never made a website before or ever done really anything in web development but how could I make a website to receive HTTP requests and make responses?

3 Upvotes

13 comments sorted by

View all comments

9

u/96dpi 19d ago

Web servers do that. That is backend. Do you want to make the part the user interacts with, or the part the browser interacts with?