This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
johnnic's profile picture

Http Form Posting

Started by johnnic, 06 November 2013 - 07:59 PM
johnnic #1
Posted 06 November 2013 - 08:59 PM
Is there any way to submit data to a form from a website? Thanks.
theoriginalbit #2
Posted 06 November 2013 - 09:05 PM
No it is not possible to submit data to a websites form, you would want to submit the data to where the web form submits its data and this is possible. By using the http api, specifically post or get depending on how the script is setup to take requests, you can submit data to any web address.