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
It is not clear how a representation should be treated when doing a GET via a POST.
URI length constraints (~2K) might trigger this, and send the query as a representation instead.
Unthought suggestion: #1 if the representation is of a certain media-type, then treat is the real query (override querystring) #2 otherwise, delete content-* headers and representation from request
The text was updated successfully, but these errors were encountered:
It is not clear how a representation should be treated when doing a GET via a POST.
URI length constraints (~2K) might trigger this, and send the query as a representation instead.
Unthought suggestion:
#1 if the representation is of a certain media-type, then treat is the real query (override querystring)
#2 otherwise, delete content-* headers and representation from request
The text was updated successfully, but these errors were encountered: