-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add */* accept header to ConnectorClient httpclient #5926
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 273983
💛 - Coveralls |
EricDahlvang
changed the title
Add applicaiton/json accept header to ConnectorClient httpclient
Add */* accept header to ConnectorClient httpclient
Oct 22, 2021
carlosscastro
approved these changes
Oct 22, 2021
In next release we should follow up with the specific overrides but this is the first step establishing the base header value. |
This was referenced Oct 22, 2021
Closed
Closed
EricDahlvang
added a commit
that referenced
this pull request
Oct 22, 2021
* Add applicaiton/json accept header to ConnectorClient httpclient * Change application/json to */* for accept header
carlosscastro
pushed a commit
that referenced
this pull request
Oct 23, 2021
gabog
added a commit
that referenced
this pull request
Oct 28, 2021
* Deprecate CosmosDbCustomClientOptions (#5910) * Deprecate CosmosDbCustomClientOptions * Add using for System to CosmosDbCustomClientOptions * New pipelines for the new vNextPrototype branch (#5912) * Set up vNextPrototype pipelines * Remove copy publish DLLs * Add skipComponentGovernanceDetection: true * Comment fix * Removed commented-out code * Upgrade AspNetCore.Mvc.NewtonsoftJson (#5916) * Streaming Library Refactor (#5908) * Fix build break. (#5918) * Fix build break. * Add icon.png to new streaming library. * Updaete BotState SaveChanges to implement CancellationToken (#5921) Thanks @nimercer * Update preview builds version (#5919) * fix comparison policy of string in adaptive expressions (#5925) * MSAL: Update to Microsoft.Identity.Client v4.37 to allow sendX5C configuration in bot startups (#5927) * Add */* accept header to ConnectorClient httpclient (#5926) * Add applicaiton/json accept header to ConnectorClient httpclient * Change application/json to */* for accept header Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com> Co-authored-by: BruceHaley <v-brucehaley@microsoft.com> Co-authored-by: Muthuveer Somanathan <41929942+msomanathan@users.noreply.github.com> Co-authored-by: nimercer <48482128+nimercer@users.noreply.github.com> Co-authored-by: Monica Rivera <44449640+mrivera-ms@users.noreply.github.com> Co-authored-by: Hongyang Du (hond) <hond@microsoft.com> Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
partly fixes #5659