Search Issue Tracker
Fixed in 5.5.2
Votes
4
Found in
5.4.2p4
Issue ID
861828
Regression
No
[UnityWebRequest] Proxies such as Charles and Fiddler don't show UnityWebRequest requests
Can't view/debug UnityWebRequest HTTP requests because proxies (Fiddler/Charles) can't show the trafic. This does work when using WWW instead however.
To repro:
1) Open attached project
2) Go to Main scene and Test GameObject in hierarchy
3) Set request type to WWW in inspector
4) Run and see HTTP request show in Charles or Fiddler
5) Stop playmode
6) Set request type to UnityWebRequest
7) Run again and see no HTTP request in Charles or Fiddler
Reproduced: 5.4.2p4, 5.5.0f3 Mac and 5.4.0f3 Windows
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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
dan-kroymann
Jan 11, 2017 18:36
While researching this issue, I realized that this could potentially mean that if a user's computer is behind a network where a proxy server has to be manually configured, then UnityWebRequests (which currently seem to ignore the system's default proxy) will not work. Could someone from Unity confirm/deny this?