【发布时间】:2018-10-08 22:34:52
【问题描述】:
我正在尝试使用 Charles Web 代理代理 curl soap 请求。
curl \
--header "Host: https://soapapi.com" \
--header "Content-Type: text/xml;charset=UTF-8" \
--header "SOAPAction: http://soapapi.com/RequestAction" \
--data "@/request-v2.0.6.xml" http://localhost:8888/cta/sys2/soap11/endpoint-v2-0
这导致http://https://soapapi.com/cta/sys2/soap11/endpoint-v2-0。
有没有办法通过 localhost 代理到 https?也许替换协议和域。
【问题讨论】:
标签: curl soap proxy charles-proxy