Too many requests found

Hi,

I know regarding you already explained about “Too many requests found” issue, however when i tried with different request-id and correct timestamp, getting the same issue. initially it was successful. but now getting the same issue.

One observation was, I changed the bridge URL after that getting this issue. not sure if anything related to this. Just FYI…

earlier my bridge URL was https://qa-web.whitecoats.com

now i changed to https://qa-web.whitecoats.com/ndhm

Here i’m attaching the screenshot.

Thanks,
WhiteCoats Team

Hi,

I found the solution. Actually the timestamp format supposed to be 24Hrs, something like this

YYYY-MM-DDTHH:mm:ss.SSSSSS

instead of

YYYY-MM-DDThh:mm:ss.SSSSSS

Thanks,
WhiteCoats Team

hi @whitecoats,

you get too many requests error when the timestamp is not in correct format/time is too old or the request id that you are passing is duplicated

I was also facing the same issue.
But in my case timezone was IST, I changed the time to UTC and it worked.

1 Like

{

"requestId": "68065ea8-8c3c-11ed-a1eb-0242ac120002", 

"timestamp": "2023-01-04T20:03:21.361000", 

"query": 

{ 

    "id": "ashish.tech20@sbx", 

    "purpose": "LINK", 

    "authMode": "MOBILE_OTP", 

    "requester": 

    { 

        "type": "HIP", 

        "id": "hospedia" 

    } 

} 

}

Response

{

"error": {

    "code": 2429,

    "message": "Too many requests found"

}

}