Hi everyone!
I faced with very strange bug with Azure Blob Storage. POST requests works fine (I mean I can upload files to container). But GET requests sometimes return 403 error:
GET https://studioproject.blob.core.windows.net/files-local/47fe6e73-c617-4b58-bad4-b5daed585e80.jpeg?sv=2021-10-04&st=2023-10-27T14%3A13%3A18Z&se=2023-10-27T14%3A18%3A18Z&sr=c&sp=rwd&sig=JRL2QDuj2Zg1kWPfCorIKY8DJRrxu3OyH0OAoWqYNCk%3D 403 (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.)
And it happens on the one particular machine (which is running on Windows 10). On my macbook, on computer running on Linux the same development set up works fine without such an error. What could be a reason of this strange bug and what can I try to solve the problem?
What I tried to do:
- Change timezone and sync time on my PC
- Remove params from link (works, but I do not want to remove them at all)
- Reinstall Chrome and use another browsers
Also I note, that the problem only with local development. When I use actual site from my PC on windows 10, there is no such an error
Also I do not understand, why it is happens just sometimes (not always)? I believe the problem with the machine, but not sure.
Any ideas? I'll be grateful for any help