Anybody deal with the problem of having a forward slash "/" in the middle of a string needed to be sent through json.
Sample string "FiveWin / xHarbour"
Cannot seem to send this string with out an error.
I'm using :
cUrl := "http://MyWs.MyDomain.com/MyWs.svc/query/GetIncSearch FiveWin%20/%20xHarbour,company,Header"
oHttp := CreateObject("winhttp.winHttpRequest.5.1")
oHttp:Open( "GET",cUrl )
This dies because of the "/", I have tried "\/", and "//", if I can get it to go through I could fix it in the parser, but I can't get it to go through.
Byron Hopp.
Byron Hopp
Matrix Computer Services