标签: rest character-encoding httprequest postman
是否可以将Postman中的请求正文编码设置为UTF-8以外的其他格式?似乎即使我使用指定的字符集设置content-type标头也是如此:
Content-Type: text/xml; charset=windows-1251
我仍然可以使用UTF-8对主体进行编码。