This article is intended for Citrix administrators and technical teams only.
Non-admin users must contact their company's Help Desk/IT support team and can refer to CTX297149 for more information.
This article describes how to obtain a Fiddler trace of the network traffic between the Receiver for Web Proxy and the StoreFront services.
This procedure should only be performed in a non-production environment, to avoid capturing and exposing sensitive data.
The confidentiality and integrity of outbound SSL connections proxied through Fiddler might be compromised while traffic is being captured.
If explicit authentication is enabled in Receiver for Web, user passwords will appear in the trace in clear text.
Complete the following procedure to obtain the fiddler trace of network traffic:
Log on to the StoreFront server as a local user with administrator privileges.
<proxy enabled="true" processName="Fiddler" port="8888" />
The web.config file is typically located at: C:\inetpub\wwwroot\Citrix\StoreWeb\web.config.Run IIS Manager and click Application Pools under the server node. Select the application pool named “Citrix Receiver for Web” and click Advanced Settings.
Install and run Fiddler on the StoreFront server (still logged on as the same local administrator user).
On Fiddler’s Tools menu, select Fiddler Options.
Run Fiddler on the StoreFront server and export all Fiddler sessions after reproducing the issue.
Note: To use any web proxy tool (Example: Fiddler) to capture the network traffic between Receiver for Web and StoreFront Service, the Loopback feature must be switched off. Run the following command to disable Loopback:
Set-DSLoopback -SiteId 1 -VirtualPath /Citrix/StoreWeb `
-Loopback OnUsingHttp -LoopbackPortUsingHttp 81
Run IIS Manager and reset the identity for the “Citrix Receiver for Web” application pool to the built-in account “ApplicationPoolIdentity”.
Run certmgr.msc and remove the Fiddler root certificate “DO_NOT_TRUST_FiddlerRoot” from the Trusted Root Certification Authorities store.
<proxy enabled="false" processName="Fiddler" port="8888" />