Hello,
I am having an issue with creating an automated login test using Selenium for test automation. The error that I am receiving is "We can't process your request at this time.
Try logging into your account later.". I have seen some other posts with this same process and error and the response has been to space out your logins to ensure that the security of Medicare.gov doesn't assume you are a bot to protect potential spamming. However, I am only making this call once just to get a single authorization code and refresh token to ensure that my OAuth code is correct. I am not running this multiple times.
I have also receive this error using Insomnia (a more lightweight version of Postman) when running through the authorization flow.
Is there a particular header that I need to include (or anything else in my request) to ensure that my logins don't get blocked (assuming that's what's happening)?
Thank you,
Dan