jasonsoft-net/JsHttpClient

不支持设置AllowAutoRedirect

ddgweb opened this issue · 2 comments

不支持设置AllowAutoRedirect

是吧,我最近看一下,更新一下

// 是否允许自动重定向功能,如果不需要,请使用以下方式,默认允许为 true
// Allow Auto Redirect Property, The default value is true
services.AddJsHttpClient(new JsHttpClientOptions{ AllowAutoRedirect = false });