Skip to content

Commit

Permalink
Update wasm17.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 11, 2024
1 parent 5a45b26 commit 2266154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ebook/zh-cn/wasm17.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func onHttpRequestHeaders(ctx wrapper.HttpContext, config JwtConfig, log wrapper
log.Debugf("call token-server with auth request:%s", string(authRequest))
// 插件将使用配置的HTTP客户端向令牌服务器发送POST请求,以验证令牌的有效性
err2 := config.client.Post(
"/api/token/auth",
"http://www.example.com/api/token/auth",
[][2]string{{"content-type", "application/json"}},
authRequest,
func(statusCode int, responseHeaders http.Header, responseBody []byte) {
Expand Down

0 comments on commit 2266154

Please sign in to comment.