Skip to content

Commit e9df4ea

Browse files
Apply suggestions from code review
1 parent 57f505d commit e9df4ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

uwp/security/web-authentication-broker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,19 @@ The Fiddler web debugger can be used with apps. For more information, see [Fiddl
182182
You can create the firewall rule using either the command line or the Windows Defender Firewall GUI:
183183
184184
**Option A: Using netsh command (run as administrator):**
185+
185186
```cmd
186187
netsh advfirewall firewall add rule name="Fiddler for AuthHost Debugging" dir=in action=allow program="C:\Program Files\Fiddler\Fiddler.exe" enable=yes
187188
```
188189
189190
If Fiddler is installed in a different location, adjust the path accordingly. Alternatively, you can create a port-based rule:
191+
190192
```cmd
191193
netsh advfirewall firewall add rule name="Fiddler Port for AuthHost" dir=in action=allow protocol=TCP localport=8888
192194
```
193195
194196
**Option B: Using Windows Defender Firewall with Advanced Security:**
197+
195198
1. Open Windows Defender Firewall with Advanced Security (run `wf.msc`)
196199
1. Click "Inbound Rules" in the left pane
197200
1. Click "New Rule..." in the right pane

0 commit comments

Comments
 (0)