uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

"HTTP/1.1 400" is not valid header name #38

Open sharif9876 opened 7 years ago

sharif9876 commented 7 years ago

I have followed the installation steps but when I go to add a client I get this error on the page: https://gyazo.com/e60a4dd1e7d9f90b7a1780e980dbdbf6

Then when I click add I get this error: https://gyazo.com/a75a10164fb73fc987140598eba4b73d

ccimpoi commented 7 years ago

You re using a newer Cake w/ psr-7 middleware and the league-oauth2-server v.4 is not psr-7 and returns incorrectly formatted headers.