To examine the cgi and form variables being passed between the browser, Web server and FlashConnect, redirect the URL that submits the form from your application to a URL within the cgidisplay application provided with FlashConnect. For example:
Change this URL that submits the form from your application:
<Form Action=/cgi-bin/fccgi.exe?w3exec=MyApp>
to this URL that submits the form from the cgidisplay application:
<Form Action=/cgi-bin/fccgi.exe?w3exec=cgidisplay>
-or-
Turn on w3Debugging.
See Also
Debugging and Diagnosing FlashConnect Configuration
Diagnosing FlashConnect Configuration Problems (D3 Only)
Running the Loop-Back Test (D3 Only)
Static Application Debug Strategy
Dynamic Application Debug Strategy
Determining if the Application is in the Debugger
Using the FlashConnect Server Debug Program
Recording Outgoing HTML Code and Incoming Variables
Testing FCService on a Specified Machine and Port
Logging Diagnostic Messages for FCService and FCSocketServer