Open drooop opened 4 years ago
网上查了资料,发现有人说现在请求头不能写某几个key? 然后看了Dio库里的Headers类,发现里面有默认支持的几个key
httpHeaders = { Headers.acceptHeader: "application/json, text/plain, /", Headers.contentEncodingHeader: "gzip, deflate, br, drop", Headers.contentLengthHeader: '', Headers.contentTypeHeader: 'application/json' }
是不是除了这几个,其他的都不支持呢(比如'origin')
跪求解惑,拜托大家了
网上查了资料,发现有人说现在请求头不能写某几个key? 然后看了Dio库里的Headers类,发现里面有默认支持的几个key
httpHeaders = { Headers.acceptHeader: "application/json, text/plain, /", Headers.contentEncodingHeader: "gzip, deflate, br, drop", Headers.contentLengthHeader: '', Headers.contentTypeHeader: 'application/json' }
是不是除了这几个,其他的都不支持呢(比如'origin')
跪求解惑,拜托大家了