Improve adding headers to frontend

This commit is contained in:
2023-05-16 14:59:11 +02:00
parent 720eed2a73
commit 12f1e04487
5 changed files with 150 additions and 23 deletions

View File

@@ -6,9 +6,35 @@
<link rel="stylesheet" href="../assets/css/tools/mock/fontello.css" type="text/css">
<link rel="stylesheet" href="../assets/css/tools/mock/main.css" type="text/css">
<link rel="stylesheet" href="../assets/css/tools/mock/common.css" type="text/css">
<link rel="stylesheet" href="../assets/css/tools/mock/r11popup.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class="popup-flex hiddable-container">
<div class="popup-body">
<div class="popup-button-close-container">
<button type="button" class="popup-button-close"> X </button>
</div>
<div class="popup-header-table">
<table id="header-table">
<thead>
<tr>
<th>
Header Name
</th>
<th>
Header Value
</th>
</tr>
</thead>
<tbody id="header-history-table-body">
</tbody>
</table>
</div>
</div>
</div>
<div class="container">
<div class="tool extended">
<div class="tool-context">
@@ -151,7 +177,7 @@
<th>Timestamp</th>
<th>Method</th>
<th>Request Body</th>
<th>Request Headers</th>
<th>Headers</th>
</tr>
</thead>
<tbody>