https://rabobank.gb-coding.nl/callback?code=test_value&state=xyz2026-06-02T05:14:33.911Z
| code | test_value |
| state | xyz |
| accept | */* |
| accept-encoding | gzip, br |
| cf-connecting-ip | 216.73.217.39 |
| cf-ipcountry | US |
| cf-ray | a053f9a4b996554f |
| cf-visitor | {"scheme":"https"} |
| connection | Keep-Alive |
| host | rabobank.gb-coding.nl |
| user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| x-forwarded-proto | https |
| x-real-ip | 216.73.217.39 |
Empty.
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.39' \
-H 'cf-ipcountry: US' \
-H 'cf-ray: a053f9a4b996554f' \
-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.39'bash