Skip to content

Commit

Permalink
empty post
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Apr 10, 2024
1 parent 19c56e7 commit d0b57c4
Show file tree
Hide file tree
Showing 3 changed files with 1,990 additions and 4,269 deletions.
1,817 changes: 1,696 additions & 121 deletions dist/embed/replay/sw.js

Large diffs are not rendered by default.

4,438 changes: 292 additions & 4,146 deletions dist/embed/ui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/requestresponseinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ class RequestResponseInfo

const reqUrl = this.url;

if (this.postData) {
if (this.method && this.method !== "GET") {
const convData = {
url: this.url,
headers: reqHeaders.headers,
method: this.method,
postData: this.postData,
postData: this.postData || "",
};
if (postToGetUrl(convData)) {
//this.requestBody = convData.requestBody;
Expand Down

0 comments on commit d0b57c4

Please sign in to comment.