fix: authz ct failed

This commit is contained in:
Zhongwen Deng 2022-06-06 10:57:26 +08:00
parent c7cc2e85b2
commit 91000eb342
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ set_special_configs(_App) ->
<<"enable">> => true,
<<"url">> => <<"https://example.com:443/a/b?c=d">>,
<<"headers">> => #{},
<<"ssl">> => #{<<"enable">> => true},
<<"method">> => <<"get">>,
<<"request_timeout">> => 5000
}).

View File

@ -33,6 +33,7 @@
<<"type">> => <<"http">>,
<<"enable">> => true,
<<"url">> => <<"https://fake.com:443/acl?username=", ?PH_USERNAME/binary>>,
<<"ssl">> => #{<<"enable">> => true},
<<"headers">> => #{},
<<"method">> => <<"get">>,
<<"request_timeout">> => <<"5s">>