Skip to content

Commit

Permalink
docs(proxy): Fix route (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed May 10, 2024
1 parent 5f33237 commit a6397a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ title: Symbol Server Proxy

If the symstore proxy is enabled, Symbolicator also acts as a symbol proxy.
This means that all configured sources are probed for symbol queries below the
`/symbols` prefix. The path following this prefix needs to be a valid [SSQP
`/proxy` prefix. The path following this prefix needs to be a valid [SSQP
query].

Example:

```
$ curl -IL http://localhost:3021/symbols/wkernel32.pdb/ff9f9f7841db88f0cdeda9e1e9bff3b51/wkernel32.pdb
$ curl -IL http://localhost:3021/proxy/wkernel32.pdb/ff9f9f7841db88f0cdeda9e1e9bff3b51/wkernel32.pdb
HTTP/1.1 200 OK
content-length: 846848
content-type: application/octet-stream
Expand Down

0 comments on commit a6397a0

Please sign in to comment.