A | g | f | e | d | c | b | a | G | |
---|---|---|---|---|---|---|---|---|---|
G | |||||||||
a | X | ||||||||
b | X | X | |||||||
c | X | X | |||||||
d | X | X | X | ||||||
e | X | X |
- In your Maven settings.xml file located at \conf, add the following XML snippet under the tag. 8888 is the port Fiddler listens to, which can be located in Fiddler under Tools | Options | Connections > in the textbox labeled "Fiddler listens on port".
<proxy>
<id>Fiddler</id>
<active>true</active>
<protocol>https</protocol>
<host>127.0.0.1</host>
8888