Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
2
Found in
2020.3
2020.3.14f1
2021.1
2021.2
2022.1
Issue ID
1352501
Regression
No
[WebGL] Request is still redirected when setting UnityWebRequest.redirectLimit to zero on WebGL
How to reproduce:
1. Open the attached project's "case_1352501-Project.zip" Scene labeled "SampleScene"
2. Open the "RedirectTest.cs" script
3. Change the request URI to a redirecting address (preferably set up on local domain to avoid CORS errors)
4. Make a WebGL build
5. Host the built Player on a local webserver (i.e. Apache)
6. Open the Player in a browser
7. Wait for the Player to load
8. Inspect the developer's console (common shortcut F12)
Expected result: Request returns an error that "Redirect limit exceeded"
Actual result: Request is successful
Reproducible with: 2020.3.15f1, 2021.1.16f1, 2021.2.0b5, 2022.1.0a4
Couldn't test with: 2019.4.29f1 (ERR_BLOCKED_BY_CLIENT)
Note:
- Used Apache server when testing and had a ".htaccess" set up with "Redirect 302 <URL>" on the same local domain as WebGL build
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2022.1):
Fixed in: 2022.1.0a11
Resolution Note (fix version 2021.2):
Fixed in 2021.2.19f1