O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.68k stars 423 forks source link

Send naive request to monitor url #1031

Closed will-byrne-cardano closed 10 months ago

will-byrne-cardano commented 11 months ago

to address this issue where the checking of the copy operation fails because the request is sent with Auth headers when not required. Feels more like a bug on the Microsoft API that they should ignore these headers when dealing with the requests (or update their docs...)