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
Describe the bug
When doing any action with the API, an access token has to be acquired through the auth API at https://accounts.lidl.com. However, I'm suddenly getting an HTTP 403 on that API. My refresh token is fresh.
HTML response
<HTML><HEAD><TITLE>Access Denied</TITLE></HEAD><BODY><H1>Access Denied</H1>
You don't have permission to access "http://accounts.lidl.com/connect/token" on this server.<P>
Reference #[REDACTED]
<P>https://errors.edgesuite.net/[REDACTED]</P></BODY></HTML>
Expected behavior
Access token is received from the auth API and it's used in other calls.
Environment:
Python-Version: 3.12.3
Release-Version: 0.3.5
OS: Windows 11
Browser: Firefox
Country: cs
Language: CZ
The text was updated successfully, but these errors were encountered:
this is Akamai's BotManager blocking python requests().
Not only it blocks access to oauth configuration, it also prevents the current 2FA confirmation code from being submitted.
Most likely the reliable solution is to replace requests usage with sending xhr through webdriver.
Describe the bug
When doing any action with the API, an access token has to be acquired through the auth API at
https://accounts.lidl.com
. However, I'm suddenly getting an HTTP 403 on that API. My refresh token is fresh.HTML response
Expected behavior
Access token is received from the auth API and it's used in other calls.
Environment:
The text was updated successfully, but these errors were encountered: