mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
parent
4bd0c0c96c
commit
d9c14d7eed
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user