PhpStorm
 
Get PhpStorm

Debug a PHP HTTP request

Last modified: 28 June 2024

Besides debugging the entire application, you can debug separate HTTP Requests. This is helpful when you are actually interested in a specific page that is accessed in a number of steps, but for this or that reason you cannot specify this page as the start page for debugging, for example, because you need to "come" to this page with certain data.

To debug PHP HTTP requests in PhpStorm, you can use the following methods: