-
When uploading files to OSS, I randomly (~1000 items in) experience this error after I run
```
with open(file_path, 'rb') as f:
obj_data = f.read()
try:
…
-
**Describe the bug**
When attempting to use the `Remove-MgBetaEntitlementManagementAccessPackageAssignment` cmdlet with a valid `AccessPackageAssignmentId`, the azurewebsites API endpoint results i…
-
chalice 1.29.0
Python 3.11.4
Windows 10.0.19045 Build 19045
```python
from chalice import Chalice, Response
app = Chalice(app_name='chalice-test')
app.api.cors = True
@app.middleware('htt…
-
**What Version of the library are you using?**
`"angular-auth-oidc-client": "15.0.2"`
**Question**
I am using Duende.IdentityServer (latest)
I am using `authorize()` successfully to get a to…
-
### Describe the bug
`Get-MgUserAuthenticationMethodCount` throws 400 bad request error.
![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/16793335/27ec0c46-03df-44d1-b165-301…
-
**Describe the bug**
When vault-secrets-operator is configured to authenticate to Vault with AWS IAM, with `X-Vault-AWS-IAM-Server-ID` set as a header in the VaultAuth custom resource, a `Vault…
-
Google authentication(may be other provider as well) is not working on the strict tls 1.2 above servers.
at System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String…
-
MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src
#### What information was incorrect, unhelpful, or incomplete?
Documentation says that `docum…
-
Many application frameworks provide the ability to remove response headers, how is this done in Grape?
I see there is stuff like `version 'v1', using: :header, vendor: 'twitter', cascade: false` to…
-
Trying to use db.head to get document size fast, it returns headers without content-length. I switched to axios just for that call to access document size.
Here is a simple piece of code :
```
…