Skip to content

Commit 130aa21

Browse files
committed
update stale constant to be link to pkg.go.dev
1 parent ddb861a commit 130aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In addition to individually handling some of various Apple DEP API endpoints in
160160
The proxy URL is accessible as: `/proxy/{name}/endpoint` where `/endpoint` is the Apple DEP API endpoint you want to access. The proxy will automatically translate this URL to ``https://mdmenrollment.apple.com/endpoint` and use `{name}` for retrieving the DEP authentication tokens. Note that in some cases, for some endpoints, various HTTP headers are added or removed:
161161

162162
* For any proxy request the API authentication header is removed before passing to the underlying DEP server.
163-
* If not provided in the incoming HTTP request the DEP header `X-Server-Protocol-Version` is set to a default (currently "3").
163+
* If not provided in the incoming HTTP request the DEP header `X-Server-Protocol-Version` is set to [a default](https://pkg.go.dev/github.com/micromdm/nanodep/client#pkg-constants).
164164
* For the `/session` endpoint we use a default `Content-Type`. However because NanoDEP handles authentication for you, you shouldn't have to worry about this (or even need to call to the `/session` endpoint).
165165

166166
> [!TIP]

0 commit comments

Comments
 (0)