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
Patchwork supports passthrough headers using the `PH-*` prefix system, allowing you to forward original request context between clients through the relay system.
152
+
Patchwork supports passthrough headers using the `Patch-H-*` prefix system, allowing you to forward original request context between clients through the relay system.
153
153
154
154
### How It Works
155
155
156
-
-**Request Headers**: Headers starting with `PH-` represent original headers from the requester
157
-
-**Response Headers**: `PH-*` headers are stripped of their prefix and passed through to the final receiver
158
-
-**Automatic Headers**: Common headers like `User-Agent`, `Accept`, etc. are automatically converted to `PH-*` format
156
+
-**Request Headers**: Headers starting with `Patch-H-` represent original headers from the requester
157
+
-**Response Headers**: `Patch-H-*` headers are stripped of their prefix and passed through to the final receiver
158
+
-**Automatic Headers**: Common headers like `User-Agent`, `Accept`, etc. are automatically converted to `Patch-H-*` format
<p>Patchwork supports passthrough headers using the <code>PH-*</code> prefix system, allowing you to forward original request context between clients through the relay system.</p>
97
+
<p>Patchwork supports passthrough headers using the <code>Patch-H-*</code> prefix system, allowing you to forward original request context between clients through the relay system.</p>
98
98
99
99
<h3>How It Works</h3>
100
100
<ul>
101
-
<li><strong>Request Headers:</strong> Headers starting with <code>PH-</code> represent original headers from the requester</li>
102
-
<li><strong>Response Headers:</strong><code>PH-*</code> headers are stripped of their prefix and passed through to the final receiver</li>
103
-
<li><strong>Automatic Headers:</strong> Common headers like <code>User-Agent</code>, <code>Accept</code>, etc. are automatically converted to <code>PH-*</code> format</li>
101
+
<li><strong>Request Headers:</strong> Headers starting with <code>Patch-H-</code> represent original headers from the requester</li>
102
+
<li><strong>Response Headers:</strong><code>Patch-H-*</code> headers are stripped of their prefix and passed through to the final receiver</li>
103
+
<li><strong>Automatic Headers:</strong> Common headers like <code>User-Agent</code>, <code>Accept</code>, etc. are automatically converted to <code>Patch-H-*</code> format</li>
0 commit comments