server.
I know how to make GET API request in JavaScript.
How is this request handled in PHP at server side?
Like a normal request with get data
The web server (Apache or nginx) sends the request to the PHP module or php-fpm which is waiting for calls. Then the execution depends on the virtual host (or web server configuration)
Обсуждают сегодня