MSRC-Microsoft-Security-Updates-API icon indicating copy to clipboard operation
MSRC-Microsoft-Security-Updates-API copied to clipboard

Requests to https://api.msrc.microsoft.com/cvrf/v2.0/updates ends in circular redirect

Open karsten-klein opened this issue 1 year ago • 4 comments

When introducing the v3 api it seems that some change causes https://api.msrc.microsoft.com/cvrf/v2.0/updates into circular redirects.

karsten-klein avatar May 24 '24 06:05 karsten-klein

I have the same issue for the last two days

lasen00 avatar May 24 '24 07:05 lasen00

Idem for me. I've a Response status code does not indicate success: 302 (V2 deprecation | redirect) from the Private/Get-CVRFID.ps1 function when invoke-RestMethod is called. I had a script that forced the use of the v2.0 API version. I just switched to v3.0 and it worked.

p0w3rsh3ll avatar May 24 '24 08:05 p0w3rsh3ll

The issue seems to be fixed. Requests to the former URL are now propagated to the v3.0 URL.

karsten-klein avatar May 26 '24 05:05 karsten-klein

I solved this problem by changing the API version. You can use this link: https://api.msrc.microsoft.com/cvrf/v3.0/updates

emrekara369 avatar May 30 '24 07:05 emrekara369