Back home

Captured Request

GEThttps://rabobank.gb-coding.nl/callback?code=test_value&state=xyz

2026-07-27T10:54:59.608Z

Query Parameters

codetest_value
statexyz

Headers

accept*/*
accept-encodinggzip, br
cf-connecting-ip216.73.217.172
cf-ipcountryUS
cf-raya21b1bf238c9f43c
cf-visitor{"scheme":"https"}
connectionKeep-Alive
hostrabobank.gb-coding.nl
user-agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
x-forwarded-protohttps
x-real-ip216.73.217.172

Body

Empty.

Reproduce with cURL

curl -X GET 'https://rabobank.gb-coding.nl/callback?code=test_value&state=xyz' \
  -H 'accept: */*' \
  -H 'accept-encoding: gzip, br' \
  -H 'cf-connecting-ip: 216.73.217.172' \
  -H 'cf-ipcountry: US' \
  -H 'cf-ray: a21b1bf238c9f43c' \
  -H 'cf-visitor: {"scheme":"https"}' \
  -H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  -H 'x-forwarded-proto: https' \
  -H 'x-real-ip: 216.73.217.172'
bash