Getting Started with cURL
What is a server and why we talk to it
First basic thing.A server is just another computer on internet.This computer stores websites, data, APIs, images, everything.
When we open a website in browser, we are actually talking to a server.We send reque...