Patrik Toth

Results 4 comments of Patrik Toth

I have a similar behavior using REST Client with PHP (Slim Framework). It "worked" before (version _0.22.2_), but doesn't anymore (versions _0.23.0_ and _0.23.1_). After I start the server using...

@Huachao It’s Basic auth. No idea why, I can try to check tomorrow (I’m using `tuupola/slim-basic-auth`), but it works fine when started using 127.0.0.1 with _0.22.2_, but doesn’t with _0.23.0_...

@Huachao Sure, here you go... The request (I also tried with `Authorization: Basic QWRtaW46aGVzbG8=`): > GET http://localhost:8080/api/heslo/heslo > Authorization: Basic Admin heslo The 401 response (using version _0.23.1_): > HTTP/1.1...