Commit 7e22106
committed
fix(test): adds Origin header to WAF API tests, reduces parallelism
API paths require Origin header matching the deployment domain per
WAF rule. Adds Origin header for /api/* assertions and a new test
confirming requests without Origin are blocked (403). Reduces
parallel concurrency from j10 to j1 to avoid Cloudflare rate-limit
connection drops.1 parent c174338 commit 7e22106
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments