AJAX SOAP request - Safari changing POST to OPTIONS
I'm trying to send a SOAP action from a js running on my local machine to another device on my network. I notice that Firefox is successful, but Safari changes the header to say OPTIONS 开发者_运维知识库instead of POST. Any ideas?
精彩评论