ProxyInjectCustomRequest Method (String) |
[DEPRECATED]: This version does no validation of the request data, and doesn't set SessionFlags.RequestGeneratedByFiddler
Send a custom HTTP request to Fiddler's listening endpoint (127.0.0.1:8888 by default).
NOTE: This method will THROW any exceptions to its caller and blocks the current thread.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void InjectCustomRequest(
string sRequest
)
Public Sub InjectCustomRequest (
sRequest As String
)
public:
void InjectCustomRequest(
String^ sRequest
)
Parameters
- sRequest
- Type: SystemString
String representing the HTTP request. If headers only, be sure to end with CRLFCRLF
See Also