我正在尝试使用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
。
是否可以通过本地主机代理到https?也许替换协议和域。
答案 0 :(得分:0)