tewedaj / phexpress

Make a model make everything , you can even export your project to express.js
https://tewedaj.github.io/phexpress/
MIT License
2 stars 1 forks source link

The same api token works on postman but doesn't work on axios #11

Open tewedaj opened 1 year ago

tewedaj commented 1 year ago

if you face this problem.. it is because the authorization header only expects a capital latter Authorization but axios always sends a small latter one.. this will be fixed in the next version