webhook.sebak.ovh Open in urlscan Pro
51.75.63.242  Public Scan

Submitted URL: http://webhook.sebak.ovh/
Effective URL: https://webhook.sebak.ovh/
Submission: On December 13 via api from US — Scanned from FR

Form analysis 3 forms found in the DOM

<form class="form-horizontal ng-pristine ng-valid" id="redirectForm">
  <fieldset>
    <div class="form-group">
      <div class="container-fluid">
        <p>Redirection allows you to automatically, or with a click, send incoming requests to another URL via XHR. The content will be redirected, and you can choose a static method to use.</p>
        <p>Headers to be passed along can be provided as a comma-separated list. Be sure to ensure these headers are allowed in any security settings (Cross-Domain)</p>
        <p>Since XHR is used, there might be issues with Cross-Domain Requests.</p>
      </div>
    </div>
    <div class="form-group">
      <label class="col-md-4 control-label" for="redirectUrl">Redirect to</label>
      <div class="col-md-7">
        <input id="redirectUrl" ng-model="redirectUrl" placeholder="http://localhost" class="form-control input-md ng-pristine ng-untouched ng-valid ng-empty">
      </div>
    </div>
    <div class="form-group">
      <label class="col-md-4 control-label" for="redirectContentType">Content Type</label>
      <div class="col-md-7">
        <input id="redirectContentType" ng-model="redirectContentType" class="form-control input-md ng-pristine ng-untouched ng-valid ng-not-empty">
      </div>
    </div>
    <div class="form-group">
      <label class="col-md-4 control-label" for="redirectHeaders">Redirect Headers</label>
      <div class="col-md-7">
        <input id="redirectHeaders" ng-model="redirectHeaders" placeholder="e.g. x-token,referer" class="form-control input-md ng-pristine ng-untouched ng-valid ng-empty">
      </div>
    </div>
    <div class="form-group">
      <label class="col-md-4 control-label" for="redirectUrl">HTTP Method</label>
      <div class="col-md-5">
        <select class="form-control input-md ng-pristine ng-untouched ng-valid ng-empty" ng-model="redirectMethod">
          <option value="" selected="selected">Default (use request method)</option>
          <option value="GET">GET</option>
          <option value="POST">POST</option>
          <option value="PUT">PUT</option>
          <option value="DELETE">DELETE</option>
          <option value="PATCH">PATCH</option>
        </select>
      </div>
    </div>
  </fieldset>
</form>

<form class="form-horizontal ng-pristine ng-valid ng-valid-min ng-valid-max" id="editTokenForm">
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_status">Default status code</label>
      <div class="col-md-4">
        <input id="default_status" name="default_status" type="text" placeholder="200" class="form-control input-md ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="token.default_status">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_content_type">Content Type</label>
      <div class="col-md-4">
        <input id="default_content_type" name="default_content_type" type="text" placeholder="text/plain" class="form-control input-md ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="token.default_content_type">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="timeout">Timeout before response</label>
      <div class="col-md-4">
        <input id="timeout" name="timeout" type="number" max="10" min="0" placeholder="0" value="0" class="form-control input-md ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max ng-not-empty" ng-model="token.timeout">
      </div>
    </div>
    <!-- Textarea -->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_content">Response body</label>
      <div class="col-md-7">
        <textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="default_content" name="default_content" rows="5" ng-model="token.default_content"></textarea>
      </div>
    </div>
  </fieldset>
</form>

<form class="form-horizontal ng-pristine ng-valid" id="createTokenForm">
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_status">Default status code</label>
      <div class="col-md-4">
        <input id="default_status" name="default_status" type="text" placeholder="200" class="form-control input-md">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_content_type">Content Type</label>
      <div class="col-md-4">
        <input id="default_content_type" name="default_content_type" type="text" placeholder="text/plain" class="form-control input-md">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label" for="timeout">Timeout before response</label>
      <div class="col-md-4">
        <input id="timeout" name="timeout" type="number" max="10" min="0" placeholder="0" value="0" class="form-control input-md">
      </div>
    </div>
    <!-- Textarea -->
    <div class="form-group">
      <label class="col-md-4 control-label" for="default_content">Response body</label>
      <div class="col-md-7">
        <textarea class="form-control" id="default_content" name="default_content" rows="5"></textarea>
      </div>
    </div>
  </fieldset>
</form>

Text Content

Toggle navigation ⚓️ Webhook Tester
Github Page Donate @fredsted
  Edit  

Copy   New

Requests (0)

  Waiting for first request...

 * Previous Page
   
 * Next page

Delete all requests

This URL received over 500 requests and can't accept more webhooks.

New requests sent to this URL will return HTTP status code 410 Gone and won't be
logged. Please create a new URL to continue.

×

Webhook.site allows you to easily test webhooks and other types of HTTP
requests. What is a webhook?

Any requests sent to that URL are logged here instantly — you don't even have to
refresh!

--------------------------------------------------------------------------------

Here's your unique URL that was created just now:

https://webhook.sebak.ovh/324c7eae-0288-415c-86ab-db1e32a56239 Copy to clipboard
Open in new tab

--------------------------------------------------------------------------------

Bookmark this page to go back to the requests at any time.



Click New URL to create a new url with the ability to customize status code,
response body, etc.



Star on GitHub

First ← Previous Next → Last
Auto redirect Settings... Redirect Now   Enable CORS BETA   Format JSON/XML  
Auto Navigate   Hide Details

Request Details Permalink Raw content
Copy As
   
 * curl
   
 * HAR
   

URL Host whois Date Dec 13, 2024 9:59 PM (a few seconds ago) ID

Headers

Query strings (empty)

Form values (empty)

(no body content)

                                

×

REDIRECTION SETTINGS

Redirection allows you to automatically, or with a click, send incoming requests
to another URL via XHR. The content will be redirected, and you can choose a
static method to use.

Headers to be passed along can be provided as a comma-separated list. Be sure to
ensure these headers are allowed in any security settings (Cross-Domain)

Since XHR is used, there might be issues with Cross-Domain Requests.

Redirect to

Content Type

Redirect Headers

HTTP Method
Default (use request method) GET POST PUT DELETE PATCH
Close
×

EDIT URL

This URL could not be found. It might have been automatically deleted.
Please create a new URL.

Default status code

Content Type

Timeout before response

Response body

Edit
×

CREATE NEW URL

This URL could not be found. It might have been automatically deleted.
Please create a new URL.

You have the ability to customize how your URL will respond by changing the
status code, content-type header and the content.

--------------------------------------------------------------------------------

Default status code

Content Type

Timeout before response

Response body

Create