We zijn ermee aan de slag gegaan, de bevindingen zijn als volgt:
Hi everyone,
I’ve executed the following script from kudo (mili-energielabel-prod). 200 requests with 300ms delay from each. I got 200 out of 200 correct responses from the sandbox API:
for ($c =1; $c -le 200; $c++) {
Invoke-WebRequest -Method Get -Uri “https://jsonplaceholder.typicode.com/posts/1” -Headers $headers -UseBasicParsing Start-
Sleep -Milliseconds 300
}
I believe that this confirms it is not a networking issue on the side of Azure.
We also checked this with Microsoft earlier, in November 2020, when we did similar investigation. A ticket was created to Microsoft and they have also concluded that the issue is not on Azure’s side.
I stay at my previous assessment that the problem is most likely with Kadaster. The only thing which I can think of as a possible test/solution is to actually change the IP addresses of the Energielabel web application and then see if the problem persists.
This will be the next step we will take.
Groeten
Arnout
PS: ik lees dat de antwoordlimiet voor ons in dit topic is bereikt, dus ik kan slechts bestaande antwoorden editen vanaf nu.