egg- / delivery-tracker

delivery tracking library for Node.js
MIT License
127 stars 46 forks source link

Fedex tracking always returns 403 forbidden #30

Open mcclenney opened 2 years ago

mcclenney commented 2 years ago

It has worked in the past, but recently the Fedex tracker always returns a 403 forbidden error. Maybe Fedex restricted access to https://www.fedex.com/trackingCal/track URL. I don't know if there is an easy workaround.

erolkaftanoglu commented 2 years ago

I have the same issues ✌️ with fedex

phamvannam commented 2 years ago

Yes, I get the same issue for Fedex

egg- commented 2 years ago

The API URL has changed, and authentication is required to use it. I need your help.

phamvannam commented 2 years ago

Hi @egg- That maybe need the token for the per request. And the token should request separately per user. I have checked with the new API endpoint from FedEx and they changed the data request and response too.