Skip to content

Commit 764d36f

Browse files
committed
docs(readme): remove duplicate cors configuration section
1 parent 5ec45cb commit 764d36f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,6 @@ Others HTTP methods are available in the tests [here](tests/suites/http/pull.yml
602602

603603
### CORS Configuration
604604

605-
The HTTP server also supports Cross-Origin Resource Sharing (CORS), which is essential for managing resource access from different origins. You can enable and configure CORS to fit your needs:
606-
607-
### CORS Configuration
608-
609605
The HTTP server also supports Cross-Origin Resource Sharing (CORS), which is essential for managing resource access from different origins. You can enable and configure CORS to fit your needs:
610606
- `--cors-headers strings`: Allowed CORS headers (default `[Content-Type,Authorization]`)
611607
- `--cors-methods strings`: Allowed CORS methods (default `[GET,POST,OPTIONS,DELETE]`)

0 commit comments

Comments
 (0)