Works xDebug with http authentication?
已回答
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
请先登录再写评论。
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.