rezarahiminia / free-api-worldcup2022

Grab your football API data for FIFA World Cup 2022 competition!
239 stars 35 forks source link

Unauthorized when using Axios #114

Closed doxkhai closed 1 year ago

doxkhai commented 1 year ago

I made a simple request with Axios, setting headers with token and stuff but still get Unauthorized. However when im fetching the data with Curl it works well. Im using ExpressJS btw Can someone please help me

Screen Shot 2022-11-30 at 23 01 06 Screen Shot 2022-11-30 at 23 01 34
Paulfresnel commented 1 year ago

accesinfg API login

I hope these screenshots can help, try to only send the authorization in the Header, no need to specify the content-type

it works fine for me