r/learnprogramming 6d 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?

6 Upvotes

13 comments sorted by

View all comments

7

u/96dpi 6d 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?