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: docs/advanced/server-mode.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,7 @@ curl https://github.com # This request will go through httpjail
21
21
```
22
22
23
23
**Note**: In server mode, httpjail does not create network isolation. Applications must be configured to use the proxy via environment variables or application-specific proxy settings.
24
+
25
+
Server Mode is particularly powerful when paired with
26
+
network-level firewall rules that force HTTP(s) traffic
- Collect requests in newline-delimited JSON format
73
-
- Load data to BigQuery on process exit
74
-
- Combine local logging with cloud analytics
60
+
This example shows real-time logging where each request is immediately inserted into BigQuery. Note: `bq insert` is intended for testing only - for production use BigQuery client libraries.
0 commit comments