Cale
August 4, 2014, 4:51pm
1
Hello,
I’m currently developing software to connect to a RESTFUL api, but have run into the issue of the spark not being able to handle a HTTPS connection at all. Currently I’m just proxying the data through my laptop and then to the server, but was wondering if there was a way to go about this without having anything external to the spark.
Any input is welcome!
Thanks,
Cale
This forum has a nice search feature (it actually works, not sure why people don’t trust it more often)
Here are a few threads that answer your questions:
Since it is difficult to support HTTPS in Spark Core, is there any alternative to perform HTTPS calls from Cloud. From Core we call one Spark Could method and then the Cloud calls the HTTPS and send the response back to us. One of the use case is to...
Reading time: 1 mins 🕑
Likes: 5 ❤
Hi all, I want to use the spark core to post data into a google spreadsheet. In order to do so I have a https URL (google Forms) that writes data to my spreadsheet whenever it is called. Everything works, only that I don’t know how to call a HTTPS...
Reading time: 1 mins 🕑
Likes: 11 ❤
I see! Thanks for the help. I’m trying to use this example to get something off of another website now, and although it connects, it says “Bad Request.” What could that mean? Do you think there is something wrong with my code, or something with the...
Reading time: 1 mins 🕑
Likes: 9 ❤
1 Like