Skip to content

Commit

Permalink
GEP-1767: format Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglli committed Jan 27, 2025
1 parent 4d58a72 commit 16f7cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geps/gep-1767/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ The CORS protocol is the current specification to support secure cross-origin re
A CORS request is an HTTP request that includes an `Origin` header.
An origin consists of three parts: the scheme, host and port. Two URLs have the same origin if they have the same scheme, host, and port.
All of the following URLs have the same origin.
```
```text
http://example.com/
http://example.com:80/
http://example.com/path/file
```

Each of the following URLs has a different origin from the others.
```
```text
http://example.com/
http://example.com:8080/
http://www.example.com/
Expand Down

0 comments on commit 16f7cb4

Please sign in to comment.