Discussions tagged Internet
HTTPS for PostURL function of iNET Object in PB12.5.2
- Resolved
- Issue
- Last updated 1 year ago
- Praveen Rajarao replied 1 year ago
Hello
I'm trying to use the inet/internetresult objects and the PostURL function. Everything works fine if I use GetURL, or if I try to use PostURL.
However if I use PostURL with a "HTTPS" it fails with a -5 (Unsupported secure (HTTPS) connection a...
How To Get HTTP Error Codes from Internet Object in Powerbuilder?
- Issue
- Last updated 2 years ago
- Olan Knight replied 2 years ago
I have the below code to call PostURL function of the n_cst_internet object in powerbuilder.
ll_status_code= iinet_base.PostURL (a_url, lblb_args, ls_headers, data)
IF ll_status_code = -1 Then
ls_status_text = "There was an Error accessing Rest ...
- Page :
- 1