You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/browser-devtools-debugging/README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Version|Date|Comments
28
28
29
29
- Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/proxy-samples/tree/main/samples/browser-devtools-debugging) and unzip it)
30
30
- Navigate to the sample folder: `cd samples/browser-devtools-debugging`
31
-
- Start Dev Proxy: `devproxy --config-file .devproxy/devproxyrc.json`
31
+
- Start Dev Proxy: `devproxy`
32
32
- Dev Proxy automatically opens a browser window with Chrome DevTools
33
33
- Send a request through Dev Proxy: `curl -ikx http://127.0.0.1:8000 https://jsonplaceholder.typicode.com/posts/1`
34
34
- View the request in the Chrome DevTools **Network** tab
@@ -66,16 +66,12 @@ The sample includes two configuration files:
0 commit comments