Re: Https request to Random.org
Karsten Kusche <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi David, Seaside is only a Server framework. Depending on the underlying http server it might be capable of handling incoming https requests, but that’s nothing that is handled by seaside itself. If you want to do outgoing https requests though that’s nothing seaside might be able to help you with. Kind regards Karsten Georg Heeg eK Wallstraße 22 06366 Köthen Tel.: 03496/214328 FAX: 03496/214712 Amtsgericht Dortmund HRA 12812 Am 26. Juni 2019 um 21:56:53 MESZ schrieb David Pennington <[email protected]>: Hi everyone. I need to get some random numbers and the best way seems to be Random.org. Now, if they accepted http, I would be OK but their api only accepts https. This is the url https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new <https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new> This api will give me my 55 random numbers but I can only seem to generate http requests. Is there a way to do an https get using Seaside? I am on VA Smalltalk V 9.1. <https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new> ________________________________ Message sent using Winmail Mail Server <ATT00001.txt> _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside