changed forbidden requests to http unauthorized
This commit is contained in:
18
create_admin_form.html
Normal file
18
create_admin_form.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>LIVE</h1>
|
||||
<form action="https://rawley.xyz/admin/user" method="post">
|
||||
<input type="text" name="username" placeholder="username"></input>
|
||||
<input type="text" name="password" placeholder="password"></input>
|
||||
<input type="text" name="api_key" placeholder="api_key"></input>
|
||||
<button type="submit">submit</button>
|
||||
</form>
|
||||
<h1>Localhost</h1>
|
||||
<form action="http://localhost:8080/admin/user" method="post">
|
||||
<input type="text" name="username" placeholder="username"></input>
|
||||
<input type="text" name="password" placeholder="password"></input>
|
||||
<input type="text" name="api_key" placeholder="api_key"></input>
|
||||
<button type="submit">submit</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user