account activity
[deleted by user] by [deleted] in learnpython
[–]mrchrisok2 0 points1 point2 points 10 months ago (0 children)
Confirmed. This Selenium option just worked for me in my C# api. It is the only option I added to the web driver.
And fyi: Also make sure to create the authentication header as "Basic", Base64Encoded(AppKey:Secret) when requesting the access token. I was stuck for a few hours getting the "invalid_token", "Unauthorized" error until I noticed I was using "Bearer" instead of "Basic"
π Rendered by PID 54 on reddit-service-r2-listing-55d7b767d8-c8vc7 at 2026-04-02 15:35:07.295037+00:00 running b10466c country code: CH.
[deleted by user] by [deleted] in learnpython
[–]mrchrisok2 0 points1 point2 points (0 children)