chore: update test page defaults to api.ipify.org
This commit is contained in:
@@ -124,9 +124,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<label>Relay Target URL</label>
|
<label>Relay Target URL</label>
|
||||||
<input type="text" id="relayTarget" value="https://httpbin.org" />
|
<input type="text" id="relayTarget" value="https://api.ipify.org/?format=json" />
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div><label>Relay Path</label><input type="text" id="relayPath" value="/get" /></div>
|
<div><label>Relay Path</label><input type="text" id="relayPath" value="/" /></div>
|
||||||
<div><label>Method</label><select id="relayMethod"><option>GET</option><option>POST</option></select></div>
|
<div><label>Method</label><select id="relayMethod"><option>GET</option><option>POST</option></select></div>
|
||||||
</div>
|
</div>
|
||||||
<label>Body (JSON, optional)</label>
|
<label>Body (JSON, optional)</label>
|
||||||
|
|||||||
+2
-2
@@ -290,9 +290,9 @@ function handleDocs(_isWebSocketSupported: boolean): Response {
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<label>Relay Target URL</label>
|
<label>Relay Target URL</label>
|
||||||
<input type="text" id="relayTarget" value="https://httpbin.org" />
|
<input type="text" id="relayTarget" value="https://api.ipify.org/?format=json" />
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div><label>Relay Path</label><input type="text" id="relayPath" value="/get" /></div>
|
<div><label>Relay Path</label><input type="text" id="relayPath" value="/" /></div>
|
||||||
<div><label>Method</label><select id="relayMethod"><option>GET</option><option>POST</option></select></div>
|
<div><label>Method</label><select id="relayMethod"><option>GET</option><option>POST</option></select></div>
|
||||||
</div>
|
</div>
|
||||||
<label>Body (JSON, optional)</label>
|
<label>Body (JSON, optional)</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user