Use public bounce for data-URL test

Fixes #615
This commit is contained in:
kkapsner 2022-05-04 13:30:47 +02:00
parent 4bd0c0c96c
commit d9c14d7eed
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<script src="dataUrlTest.js"></script>
<div id="log"></div>
<form id="form" method="POST" action="http://localhost/server/POST-echo.php">
<form id="form" method="POST" action="https://bounce.kkapsner.de/requestDetails.php"">
<input name="internalId" value="id to be used to link the requests">
<textarea style="display: block;" name="fingerprint"></textarea>
<button>submit</button>

View File

@ -1,7 +1,7 @@
<html>
<body>
<div id="log"></div>
<form id="form" method="POST" action="http://localhost/server/POST-echo.php">
<form id="form" method="POST" action="https://bounce.kkapsner.de/requestDetails.php"">
<input name="internalId" value="id to be used to link the requests">
<textarea style="display: block;" name="fingerprint"></textarea>
<button>submit</button>