Include final (redirected to) URL in response object. Fixes #55248.#55251
Include final (redirected to) URL in response object. Fixes #55248.#55251MarkCSmith wants to merge 1 commit intofacebook:mainfrom
Conversation
|
Hi @MarkCSmith! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
|
This pull request was successfully merged by @MarkCSmith in fbe6a68 When will my fix make it into a release? | How to file a pick request? |
…55251) Summary: This fixes a regression introduced by b18cd58 by including the final, redirected to URL in the response object. ## Changelog: [ANDROID][FIXED] fetch() response URL is incorrect after redirect (#55248) Pull Request resolved: #55251 Test Plan: Testing using the reproducer from issue #55248. Reviewed By: cortinico Differential Revision: D91046809 Pulled By: javache fbshipit-source-id: 314419304f18325e6273ae9ed6a828d32abd68ac
|
This pull request was successfully merged by @MarkCSmith in 8d561b0 When will my fix make it into a release? | How to file a pick request? |
Summary:
This fixes a regression introduced by b18cd58 by including the final, redirected to URL in the response object.
Changelog:
ANDROID FIXED - fetch() response URL is incorrect after redirect (#55248)
Test Plan:
Testing using the reproducer from issue #55248.