各位先進日安,請教ASP CLASSIC如何利用serverXMLHTTP將json格式的資料,以檔案方式上傳到另外一台SERVER
如下圖
目前我的語法如下:
Dim oHttp
Dim strResult
Set oHttp = CreateObject("MSXML2.serverXMLHTTP.6.0")
oHttp.setOption(2) = 13056
oHttp.open "POST", url, false
oHttp.setRequestHeader "SecretKey", skey
oHttp.setRequestHeader "AGENCY_ID", aid
oHttp.setRequestHeader "Content-Type", "application/json"
oHttp.send jsondata
oStr=oHttp.responseText
response.write oStr
我參考這篇: https://www.796t.com/post/MjAyc3M=.html
asp 也可以用喔!
請參考!
謝謝解答,有點小複雜,我研究看看
不過,這key跟id的header要家再哪邊?感謝萬分
參靠這篇: https://www.motobit.com/tips/detpg_sendfrmie/
將 key跟id 放到 url
一起post!
您好,請問InternetExplorer.Application無法使用怎麼辦?
WIN 2019 & 10 都還有 InternetExplorer.Application 耶!
您的環境是?
您好,是server 2012
在2012上用 admin開啟IE 連上您的ASP URL
比如 http://127.0.0.1/XXX.asp
測試看看!
Hi dscwferp:
我參考這個,目前試OK了,可以遠端接到檔案,感恩
https://gist.github.com/mdauphin/7c162832238aea0f9001bbd1bef75b86