-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
http api Identify with HEAD request #625
Labels
Comments
👍 on the |
Would be good to still:
The identification can now happen by going to |
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Dec 31, 2015
Resolves ipfs#625 License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
HEAD requests work now, we can close this after @Kubuxu's PR merges |
Security wise, it is a bad practice to announce the running service (and version) on HTTP headers or any kind of banners |
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 4, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 4, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 4, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 5, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 5, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 6, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 12, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 20, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Kubuxu
added a commit
to Kubuxu/go-ipfs
that referenced
this issue
Jan 20, 2016
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I wasn't able to find a really easy way to determine if the service running on port 5001 was the ipfs daemon. It might be beneficial to have the API respond to a request to
HEAD
requests with something to identify itself.The text was updated successfully, but these errors were encountered: