mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Add the public pathod server.
This commit is contained in:
parent
eb43291b3c
commit
b879890412
@ -70,6 +70,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Aldo Cortesi 2012</p>
|
<p>© Aldo Cortesi 2012</p>
|
||||||
|
<p class="pull-right">[served by pathod]</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -13,6 +13,30 @@
|
|||||||
A pathological web daemon.
|
A pathological web daemon.
|
||||||
|
|
||||||
{% include "response_previewform.html" %}
|
{% include "response_previewform.html" %}
|
||||||
|
|
||||||
|
|
||||||
|
<h1>public pathod server</h1>
|
||||||
|
|
||||||
|
<p>http://p.pathod.org/<input
|
||||||
|
style="width: 15em"
|
||||||
|
id="publicspec"
|
||||||
|
name="spec"
|
||||||
|
class="input-medium search-query"
|
||||||
|
value="{{spec}}"
|
||||||
|
placeholder="code[msg]:[features]"
|
||||||
|
>
|
||||||
|
<a href="#" id="submitspec" class="btn">go</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Please use responsibly. There are some restrictions on the
|
||||||
|
public server.</p>
|
||||||
|
<script>
|
||||||
|
$(function(){
|
||||||
|
$("#submitspec").click(function(){
|
||||||
|
document.location = "http://p.pathod.org/" + $("#publicspec").val()
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
@ -22,6 +46,7 @@
|
|||||||
A perverse HTTP client.
|
A perverse HTTP client.
|
||||||
|
|
||||||
{% include "request_previewform.html" %}
|
{% include "request_previewform.html" %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user