Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 4 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
11 years, 4 months ago.
You need to send an Authorization header, see e.g. http://en.wikipedia.org/wiki/Basic_access_authentication (under "client side)
11 years, 4 months ago.
Hi Shammir.
Could you be more specific about which protocols you need to use (http, https)?