Fiddler grab package about connect connection
I believe that many friends have encountered the same problems with my mobile phone. Obviously, the certificates on both the computer and the mobile phone have been installed, but there are still some connections, as shown in the figure:
At this point, we can change the OnBeforeResponse in rules- > customize rule.
Add a paragraph
If (oSession.oRequest ['User- Agent'] .IndexOf (' Android') >-1&&oSession.HTTPMethodIs ('connect'))
{
OSession.oResponse.headers ['Connection'] =' Keep-Alive'
}
I hope I can help you.