HttpsUtility icon indicating copy to clipboard operation
HttpsUtility copied to clipboard

A basic HTTPS utility S# module.

Results 4 HttpsUtility issues
Sort by recently updated
recently updated
newest added

great module, works great with many integrations ... but I'm trying to use to communicate to a server that uses OAuth2 ... in the header is a Authorization:Bearer [TOKEN], so...

We are using this module to develop a driver for a BOSE soundbar. We have successfully implemented the GET and POST methods. Testing with postman the same parameters used in...

I needed the PATCH method to be able to control a feature in the Clickshare v2 API. I was able to hack and slash the HttpsUtility source in Simpl# to...

I currently have a header that has | inside of it, but when I try to use the SIMPL windows module, it separates the header into 2 even though I...