fix: authz ct failed
This commit is contained in:
parent
c7cc2e85b2
commit
91000eb342
|
@ -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
|
||||
}).
|
||||
|
|
|
@ -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">>
|
||||
|
|
Loading…
Reference in New Issue