ForumsSearch
Search results for "Posted by dave_1561038474"
Author | Message |
---|---|
dave_1561038474 |
Posted Feb 25, 2024 in: Token API Issue - token.php API returning "403 Forbidden"
Score: 0
When our software gSyncit authenticates with Toodledo the call to https://api.toodledo.com/3/account/token.php is returning a 403 error. We just started seeing reports of this earlier today without pushing any changes to our software. Is this a known issue and/or what changes are needed to get this working?
Here is a request/response that's failing ... POST https://api.toodledo.com/3/account/token.php HTTP/1.1 Authorization: Basic <auth token> Content-Type: application/x-www-form-urlencoded Host: api.toodledo.com Content-Length: 81 Connection: Keep-Alive f=xml&grant_type=authorization_code&code=<our app code> response... HTTP/1.1 403 Forbidden Date: Sun, 25 Feb 2024 14:38:23 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 17509 Connection: close Accept-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin Origin-Agent-Cluster: ?1 Permissions-Policy: accelerometer=(),autoplay=(),browsing-topics=(),camera=(),clipboard-read=(),clipboard-write=(),geolo cation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey- credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN cf-mitigated: challenge Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3 ...... NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: ..... |