You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Merge operation (which is implemented as Patch) always fails with a 405 MethodNotAllowed response against Cosmos table endpoints. Inspecting the traffic sent by the track 1 client reveals that they send Merge as Post with an additional header: X-HTTP-Method: MERGE . Adding this header and changing the method to Post results in a successful merge in my testing.
Ideally the Cosmos Table endpoint would accept the same http request shape as Storage.
seankane-msft
added
Client
This issue points to a problem in the data-plane of the library.
Tables
and removed
Mgmt
This issue is related to a management-plane library.
labels
Sep 21, 2020
The Merge operation (which is implemented as Patch) always fails with a 405 MethodNotAllowed response against Cosmos table endpoints. Inspecting the traffic sent by the track 1 client reveals that they send Merge as Post with an additional header: X-HTTP-Method: MERGE . Adding this header and changing the method to Post results in a successful merge in my testing.
Ideally the Cosmos Table endpoint would accept the same http request shape as Storage.
#cosmosKnownIssue
.NET Issue
The text was updated successfully, but these errors were encountered: