Skip to content

How to send data to a website, what would be a general approach? #868

Discussion options

You must be logged in to vote

Here are two alternatives for sending data to a website:

  • Send a POST request via HTTP/HTTPS. You can send arbitrary data to a web server. This can be done in any programming language and at the command line. There are three HTTP request methods you should know: GET, POST and HEAD. The first one is for displaying pages and retrieving data from a web server. The second is for contact forms, uploading files and sending data to a web server. The third is for obtaining meta data and testing links. Datenstrom Yellow supports these HTTP request methods. Have a look at getRequest(), isRequest() in extensions and the API for developers.

  • Use the rsync command on Mac or Linux. You can sync files…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PetersOtto
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants