Recently I used a software called Proxy+.
Well, the name explains its functions.
The thing that make me curious is that this software has web-based administration application which can be accessed from web browser at http://192.168.0.1:4400
I can set the proxy server settings (port and stuffs) from the web interface. When I tried to view the source... it's all in HTML.
I cant find any ASP/PHP/CFML/JSP or any other files on the installation directory.
Data from the FORM is posted via GET and the action attribute contains no file name, contrary to what I did in developing website.
<form action="network" method="get">
<table border="0" cellpadding="0" width="600">
<tr><td align="right" width="160">WWW Admin </td><td width="20"> </td><td align="right" width="40">Port:</td><td width="360"><input type="text" size="5"name="AdminPort" value="4400"></td></tr>
<tr><td align="right" width="160">HTTP Proxy </td><td width="20"><input type="checkbox" name="HTTPEnable" checked></td>
Could anyone explain what kind of programming language it might used and how?
Coz I think this is great as we dont need to set up any web server, install PHP and MySQL to get a web-based application to work.
Thx in advanced.