Exploit.cz
  • 🍕 Recepty.eu
  • 🛠️ Lidl Tools
  • 👑 Curriculum vitae 👑
  • LinkedIn Profile
  • Github Profile

xdebug

A collection of 3 posts
xdebug

How to debug if session id cookie goes through proxy cache

Run curl command direct from you server, where application run - in my case local app is running on localhost and standard port 80 so I use http://localhost and set your app domain in Host, in my case www.recepty.eu /var/www/html # curl -I -H "Host: www.
Feb 21, 2020 — 3 min read
Solved - PHPStorm xDebug remote Debug not working
xdebug

Solved - PHPStorm xDebug remote Debug not working

Every PHP developer should be familiar with remote Debugging via xDebug or Zend Debug but how to Debug not working Xdebug environment? Read our article. Xdebug remote debug will connect to remote_host on default port 9000, where your PHPStorm should listen. Example xDebug config zend_extension=/usr/local/lib/
Feb 21, 2020 — 2 min read
Resolve not working Symfony ESI/SSI caching
symfony

Resolve not working Symfony ESI/SSI caching

If you have done this setup Symfony HttpCache [https://symfony.com/doc/current/http_cache.html] and ESI - Working with Edge Side Includes [https://symfony.com/doc/current/http_cache/esi.html] and your application is still not loading from cache, here is solution for you. Firstly you have
Mar 5, 2018 — 2 min read
Exploit.cz © 2023
Powered by Ghost