-
Notifications
You must be signed in to change notification settings - Fork 13.3k
optionally allow redirects on HTTPClient & OTA updates #5009
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
Merged
d-a-v
merged 53 commits into
esp8266:master
from
liebman:feature/http_update_follow_redirects
Mar 13, 2019
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
02438bf
optionally allow redirects on http OTA updates
liebman f7c01aa
Merge branch 'master' into feature/http_update_follow_redirects
liebman 3a078f6
Merge branch 'master' into feature/http_update_follow_redirects
liebman 7d4db69
Merge branch 'master' into feature/http_update_follow_redirects
liebman 8721924
Refactored HTTPClient::begin(url...) & setURL functions, now only beg…
liebman a552dbd
fix indentation for style check
liebman ac453c3
add space after while for style check
liebman 65310f9
Merge remote-tracking branch 'origin/master' into feature/http_update…
liebman 686ae07
don't use deprecated begin method in redirect example
liebman 4e62aec
moved redirect handling code to HTTPClient.
liebman adab162
Merge branch 'master' into feature/http_update_follow_redirects
liebman 91bdf81
Merge branch 'master' into feature/http_update_follow_redirects
liebman ca8c891
added support for POST/303 redirect
liebman 12f7ad7
add missing getLocation() implementation
liebman 1dc0c83
Merge branch 'master' into feature/http_update_follow_redirects
liebman deb7ac3
Merge branch 'master' into feature/http_update_follow_redirects
liebman eb3e3e8
Merge branch 'master' into feature/http_update_follow_redirects
liebman 5199ef9
Merge branch 'master' into feature/http_update_follow_redirects
liebman 3c81567
Merge branch 'master' into feature/http_update_follow_redirects
liebman 8fdfa52
Merge branch 'master' into feature/http_update_follow_redirects
liebman 99f2b9a
Merge branch 'feature/http_update_follow_redirects' of github.com:lie…
liebman 0aafb71
Merge branch 'master' into feature/http_update_follow_redirects
liebman 94a448e
Merge branch 'master' into feature/http_update_follow_redirects
liebman 78629b0
Merge branch 'master' into feature/http_update_follow_redirects
liebman 3cef864
Merge branch 'master' into feature/http_update_follow_redirects
liebman 497857a
Merge branch 'master' into feature/http_update_follow_redirects
liebman 077eb5a
Merge branch 'master' into feature/http_update_follow_redirects
liebman 7432a57
Merge branch 'master' into feature/http_update_follow_redirects
liebman 9c0e431
Merge branch 'master' into feature/http_update_follow_redirects
liebman 7e5ea6c
Merge branch 'master' into feature/http_update_follow_redirects
liebman 0a8f23d
Merge branch 'master' into feature/http_update_follow_redirects
liebman c34807a
Merge branch 'master' into feature/http_update_follow_redirects
liebman f022a61
Merge branch 'master' into feature/http_update_follow_redirects
liebman b65433c
Merge branch 'master' into feature/http_update_follow_redirects
liebman 4ef1450
Merge branch 'master' into feature/http_update_follow_redirects
liebman 18016eb
Merge branch 'master' into feature/http_update_follow_redirects
liebman 7870245
Merge branch 'master' into feature/http_update_follow_redirects
liebman e9a2c23
if the new location is only a path then only update the URI
liebman feebd7f
Merge branch 'master' into feature/http_update_follow_redirects
liebman f7e0d3f
Merge branch 'master' into feature/http_update_follow_redirects
liebman 0b4cdbf
Merge branch 'master' into feature/http_update_follow_redirects
liebman 5b4a184
Merge branch 'master' into feature/http_update_follow_redirects
liebman dc11d31
Merge branch 'master' into feature/http_update_follow_redirects
liebman 8521153
Merge branch 'master' into feature/http_update_follow_redirects
liebman 06d4434
Merge branch 'master' into feature/http_update_follow_redirects
liebman edb75e5
Merge branch 'master' into feature/http_update_follow_redirects
liebman 1032ab3
Merge branch 'master' into feature/http_update_follow_redirects
liebman d3643d0
Merge branch 'master' into feature/http_update_follow_redirects
liebman 03a2cfa
Merge branch 'master' into feature/http_update_follow_redirects
liebman b959a48
Merge branch 'master' into feature/http_update_follow_redirects
liebman fdc2b22
Merge branch 'master' into feature/http_update_follow_redirects
liebman 766810d
Merge branch 'master' into feature/http_update_follow_redirects
earlephilhower 4988824
Merge branch 'master' into feature/http_update_follow_redirects
d-a-v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.