摘要:
因为在HttpGet请求中使用body传输json,被老板骂了,说我不懂http协议,但是http协议没有规定不能这么做啊?? RFC 7231, section 4.3.1: GET The GET method requests transfer of a current selected re 阅读全文
摘要:
public class LoginController : Controller { private readonly IHttpClientFactory _clientFactory; public LoginController(IHttpClientFactory clientFactor 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.A 阅读全文