We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am not able to authenticate on the API with the "Authorization" HTTP header as specified in the documentation here https://github.com/SNCFdevelopers/API-trains-sncf/blob/master/source/integration.rst#authentication.
Here is what curl answers :
> curl --compressed -H "Authorization: xxxxxx-mysecretkey-xxxxxx" https://api.sncf.com/v1/coverage curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
> curl --version curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
Is the Authorization HTTP header method not working ?
The text was updated successfully, but these errors were encountered:
We thinks it's related to a network's equipment, our exploitation team will investigate it!
Sorry, something went wrong.
Cheers!
@paulRbr I guess that issuing the output of the command with verbose activated (with -v) will help
No branches or pull requests
Hello,
I am not able to authenticate on the API with the "Authorization" HTTP header as specified in the documentation here https://github.com/SNCFdevelopers/API-trains-sncf/blob/master/source/integration.rst#authentication.
Here is what curl answers :
Is the Authorization HTTP header method not working ?
The text was updated successfully, but these errors were encountered: