Create Originator
Closed this issue · 7 comments
i added an (incomplete) encryption helper in a8c62f3aab242f19ca01582182e3b1b0c1fcf7fa
please do this with a web UI right away - play is not really built for CLIs. (a web ui is simpler anyway)
do we have only one service that can be requested or several?
because of "hostname", "port", "method", "data" for exitNode - should these data be given by input fields or selection fields of the UI ?
i added methods for encryption/decryption to encryption helper
you can request an arbitary service - that is a combination of
- hostname (i.e. the url) - the name doesn't really fit
- method - get, put, post, ...
- data - used for methods that take a request body (like post)
- port - the port the service is running on
an example:
url: http://news.orf.at
method: GET
port: 80
data: empty
should these data be given by input fields or selection fields of the UI ?
yes
at the first stage it is sufficient to show the raw response (i.e. no rendered html)
added fancy gui and finished