You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pavel-z1 ,
Since I tried to use PHPIPAM 1.6 as per some requirements, it seems that the login is now broken.
I am getting this error: HTTP/1.1 415 Unsupported Media Type
It seems related to me to this issue, as I've tested with CURL and I am getting the same results as described here: phpipam/phpipam#1976
NOT working: curl -X POST --user apiuser:test1234 http://localhost/api/testapp/user/ -i
Working: curl -X POST -H "Content-Type: application/json" --user apiuser:test1234 http://localhost/api/testapp/user/ -i
Maybe there is something that needs to be added to the headers of the current request to support it.
I can see that this issue is an old one, but suddenly after the upgrade we started receiving this error.
Please, check it when you can and elaborate!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @pavel-z1 ,
Since I tried to use PHPIPAM 1.6 as per some requirements, it seems that the login is now broken.
I am getting this error:
HTTP/1.1 415 Unsupported Media Type
It seems related to me to this issue, as I've tested with CURL and I am getting the same results as described here:
phpipam/phpipam#1976
NOT working:
curl -X POST --user apiuser:test1234 http://localhost/api/testapp/user/ -i
Working:
curl -X POST -H "Content-Type: application/json" --user apiuser:test1234 http://localhost/api/testapp/user/ -i
Maybe there is something that needs to be added to the headers of the current request to support it.
I can see that this issue is an old one, but suddenly after the upgrade we started receiving this error.
Please, check it when you can and elaborate!
Thanks!
The text was updated successfully, but these errors were encountered: