When ever I connect my router in a mall or hotel service then I get a login page after connecting to the access point.

I am using DiLnk router. Is this possible to deploy my web app there?

link|improve this question
I need to know how to deploy an webapp to a router, Does this really an off-topic question? Why does this need to be closed? – Subhen Aug 22 '11 at 6:11
feedback

migrated from stackoverflow.com Aug 22 '11 at 8:00

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

What you're looking for is something that allows for a captive portal. In general most consumer grade routers are unlikely to support this without alternative firmware like openwrt.

link|improve this answer
feedback

This feature is usually done by intercepting the HTTP requests sent to the access point and redirecting them to the authentication page. Not all access points support that, only the advanced ones do.

link|improve this answer
Could you elaborate perhaps on which access points do this, and how to do it? – Simon Sheehan Aug 22 '11 at 20:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.