Discussions tagged Internet
Issue:
In the PowerBuilder application, I’m using GetContextService("Internet", iinet_base) to launch the Web Browser. Internet Explorer came up as the result.
What I tried:
We’re currently using Windows 10, so I changed the default sett...
License for Powerbuilder 21 revoked
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Several weeks back I tried to log into Powerbuilder 21 on my laptop (working from home) and was told that I had no license. I cannot seem to fix this. I tried logging in today with the "No Internet" option, and on going to site https://docs.appeon.co...
HTTPS for PostURL function of iNET Object in PB12.5.2
- Resolved
- Issue
- Last updated 5 years ago
- Praveen Rajarao replied 5 years 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 6 years ago
- Olan Knight replied 6 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