Best way to go about HTTPS requests?

Started by nokkusuu, May 31, 2018, 19:54:16

Previous topic - Next topic

nokkusuu

I've been trying to find out how to make HTTPS requests for a few days now. I've tried a couple modules now, and I haven't gotten any to work (maybe I messed something up and didn't notice).

What I'm trying to accomplish is make HTTPS requests with no external dependencies (e.g. external software that the user must install). What's the best way to go about this?

deputt

I was wondering how to do this too. Did you manage to find out how?