Can you "override" a web page to display in your format?

T

Tom

I am working on an hardware embedded web server, and after some time
it is finally finished. Well, along comes a new requirement to add a
radio to this piece of hardware. This radio has its own web page (for
configuration), complete with login and everything. I have been told
that the users of this product are not to have access to all the
functionality of the radio web pages. Is there a way to, i don't know
how to convey this, but have the pages that are served from the radio
to be piped into the embedded web server, and then retransmitted to
the end user? This way, if there is a field that is not to be messed
with, I could simply choose not to display it. I do not know if it is
on any consequence, but both web servers are TLS encrypted.

Thanks,
Tom
 
T

Toby A Inkster

Tom said:
Is there a way to, i don't know how to convey this, but have the pages
that are served from the radio to be piped into the embedded web server,
and then retransmitted to the end user?

Perhaps. Apache has mod_proxy which can do this, but I'm guessing your
embedded server is not Apache. It depends on the capabilities of your
embedded server.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
 
T

Tom

Perhaps. Apache has mod_proxy which can do this, but I'm guessing your
embedded server is not Apache. It depends on the capabilities of your
embedded server.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!

I am using the Windows CE 5.0 Web server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top