HTTP request inspector
Your redirect URI
Paste this URL into your OAuth provider, webhook config, or any client that sends HTTP requests. Every request — its method, headers, query parameters, and body — is captured and displayed.
Base URL
https://rabobank.gb-coding.nlExample callback
https://rabobank.gb-coding.nl/callbackHow it works
- 1.Use any path on this domain (e.g.
/callback,/oauth/return) as your redirect or webhook URL. - 2.When a request arrives, you'll see its full contents rendered on the page.
- 3.Copy the URL, headers, body, or a ready-to-run cURL command directly from the inspector.