R70YNS

Results 31 comments of R70YNS

I too could utilize details regarding what filters have been applied as part of the grid response. It would be great to know if this is in the pipeline anytime...

I had thought this a genuine network issue, however I've had several instances occur with a valid network connection.

Unable to test whether it was connection drop or being kicked from a server, but I again received the error "Unable to establish VPN connection. You are not connected to...

I've just tried with `PKCE_REQUIRED` set to `False` and it worked fine. `client_secret` replaced `code_verifier` within the request (see below) It also triggered my debug breakpoint on `if challenge is...

I've upgraded Postman and tried a request to a protected endpoint (previously working without PKCE) using Authorisation Code (With PKCE), resulted in the same issue though.

Thanks, I set the debugging config and (through the log) noticed my client_secret was incorrect, it now works correctly through postman using Authentication tab. I've tried replicating the postman process...

Not being able to rest without figuring out why this wasn't working. I delved into the request logs in Postman and compared them to my own. The difference was that...

Section [4.3] of RFC7636 (https://datatracker.ietf.org/doc/html/rfc7636#page-9) references [Section 4.1.1 of RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1) which doesn't include the client_secret in the request. Interestingly I found a similar issue reported within Postman https://github.com/postmanlabs/postman-app-support/issues/9409 There does...