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 API has poor compatibility and does not support encoding,
Please add support for encoding.
The responseFilter of the bingSearchApi does not support encoded parameters. Usually, the most httpclient request framework encodes commas. In this case, the bingapi will throw an error.
[Enter feedback here]
The API has poor compatibility and does not support encoding,
Please add support for encoding.
The responseFilter of the bingSearchApi does not support encoded parameters. Usually, the most httpclient request framework encodes commas. In this case, the bingapi will throw an error.
&responseFilter=webpages%2Cnews (origin char is : responseFilter=webpages,news )
Error:
"errors": [{"_type": "Error", "code": "InsufficientAuthorization", "message": "Insufficient authorization to access requested resource.", "moreDetails":"Only these values are allowed: Webpages,Images,Videos,News,SpellSuggestions,entities,places,RelatedSearches,Computation,TimeZone,Translations", "parameter": "responseFilter", "value": "webpages%2Cnews" }]}
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: