Last active
June 27, 2016 07:39
-
-
Save breunigs/3ddd222731009273d1835ad9167aa773 to your computer and use it in GitHub Desktop.
x forwarded for CURL debug line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
-v \ | |
-XPOST \ | |
-H 'Accept: application/vnd.xing.welcome.v1+json' \ | |
-H 'Authorization: APIKEY api_key="d6b7f10739876f82411106d532655292707477d6"' \ | |
-H "Content-Type: application/json" \ | |
-H "X-Forwarded-For: 197.88.46.162, 10.8.33.103" \ | |
-d '{ | |
"first_name": "xforwardedfor", | |
"last_name": "bug", | |
"email": "[email protected]", | |
"password": ".test.", | |
"tandc_check": "1", | |
"language": "de" | |
}' 'https://api.preview.xing.com/vendor/welcome/mobile_signup/users' | |
# see warning appear here | |
# http://logjam.xing.com/2016/06/27/errors?app=welcome&auto_refresh=0&env=preview&error_type=logged_warning&page=&time_range=date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment