i try to connect to a password protected webserver via http POST but don’t have a clue how to enter user/password in the field or how this actually works.
i have a app which can communicate with the webserver and the http sniffer gives me this:
…i added the indy lib files to bin. passwort/user is admin which is probably encoded into this YWRtaW46YWRtaW4= ???
has anybody ever accessed a webserver via http post ?
btw. i try to get this working with vvvv (via ethernet).
although there is a solution its still interesting what’s going wrong.
the HTTP GET node approach has this result in the HTTP Sniffer. Blue is request from vvvv and red the answer from the server. somehow the request is too slow and is interupted by the answer:
the patch contains nothing special…just the node and the login data…and produces the result above. the webserver answer before the login data can be send.