Visto en http://stackoverflow.com/questions/2989466/configuring-fiddler-to-use-company-networks-proxy
- Started Fiddler with it's standard configuration.
- Started IE and made a HTTP-request to an external web-site.
- The proxy authorization dialogue popped up, where I entered my credentials.
- In Fiddler searched the request headers for "Proxy-Authorization".
- Copied the header value which looked like "Basic sOMeBASE64eNCODEdSTRING=" to the clipboard.
- Altered the CustomRules.js with the following line within OnBeforeRequest:
Aclaraciones:
- Lo que se hace es inyectar una parámetro en la cabecera de la request con el nombre de usuario y password "encriptados" en base64.
- El fichero de CustomRules.js se puede abrir manualmente desde ${ruta_instalacion}/Fiddler2/Scripts
- Para aceptar conexiones remotas hay que ir a:
- Tools
- Fidler Options
- Connections
- Marcar el check de Allow remote computers to connect
No hay comentarios:
Publicar un comentario