Post data to HTTPS Server using Character

chrisw669

New Member
I'm trying to post data to an https server in a character env. Currently i have a perl method that i can use but it hangs sometimes when i call it from progress. If possible i'd like to have progress (CHUI) post the data directly to the https server.

Is this possible? How?

Thanks
 
I'm trying to post data to an https server in a character env. Currently i have a perl method that i can use but it hangs sometimes when i call it from progress. If possible i'd like to have progress (CHUI) post the data directly to the https server.

It's possible with the use of 4GL sockets. You didn't specify your progress version but if you've got 9.1 you can find almost all you need in %DLC%\src\samples\sockets\HTTP folder. It's a realization of 4GL HTTP server.
 
Back
Top