10 years, 9 months ago.

Help to develop internet application

I need help to develop a internet application for the micro controller where I want to go to the particular website and insert the password and username, to get some information from the website. So I have been succeeded till the establishing the connection between the micro controller and the internet but the problem is to how to initialized the password and user name through the micro controller. So please let me know if you have any idea.

2 Answers

10 years, 9 months ago.

You need to send an Authorization header, see e.g. http://en.wikipedia.org/wiki/Basic_access_authentication (under "client side)

10 years, 9 months ago.

Hi Shammir.

Could you be more specific about which protocols you need to use (http, https)?