PB 2017 R3 1880
http = create HttpClient
http.SetRequestHeader ('Accept-Encoding', 'gzip,deflate')
http.SetRequestHeader ('Content-Type', 'text/xml')
li_res = http.SendRequest ('POST', ls_url, ls_body)
This works fine for me if Len (ls_url ) <= 1315, otherwise return -2
Is this a bug?
TIA
Alex