Works xDebug with http authentication?
Answered
I'm trying to debug a http authentication protected project (with basic authentication).
It works with the inline authentication (eg. http://user:password@domain.tld).
I'm specify this settings but isn't working (user and pass not present in the _SERVER array):
What have I done wrong?
Best,
Laszlo
Please sign in to leave a comment.
Unfortunately, you can't use HTTP authentification within Run/Debug, here's a feature request for that: https://youtrack.jetbrains.com/issue/WI-27716
But you totally can use REST client instead (Tools | Test RESTful Web Service), inline auth is supported there.