bms Posted March 23, 2022 Share Posted March 23, 2022 We are currently using HTTP.Get() to interface with an API to our work server, but it is about to be depreciated. Is there a HTTPS version available or planned? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted March 23, 2022 Share Posted March 23, 2022 I believe it was added in 19.1. It is the 5th parameter: http.get(sURL, sPath, nPort, sMoreHeaders, bSecure, bGetHeaders) sMoreHeaders is a string with extra headers you might want to add to the request bSecure is a boolean (0 or 1) to determine if secure bGetHeaders is boolean returning the headers from the request instead of the content if true. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.