I'd like to send a request to a htaccess protected site which requires a username and password from an arduino Client. My question is: would that be possible with an ethernet-arduino? I assume it would not be as simple as requesting http://user:password@192.168.178.1 But how would that be achieved?
where dXNlcjpwYXNz has to be the base64 encoded string of user:pass
Since I don't have an ethernet board here: does anyone has experiences with that? Can I contiue the project in this direction and buy an ethernet board?