Skip to content
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

Feature proposal - API for 3rd party clients #330

Open
kkocel opened this issue Oct 22, 2020 · 0 comments
Open

Feature proposal - API for 3rd party clients #330

kkocel opened this issue Oct 22, 2020 · 0 comments

Comments

@kkocel
Copy link

kkocel commented Oct 22, 2020

I came across the following use case: I deal with 3rd party HTTPS client that is broken. It does not establish a TLS connection. I would like to check why - either it's a matter of cipher suites or TLS versions. However, I'm unable to retrieve the body (since it's client beyond my control)

Therefore it would be nice to have API that could store the TLS report and this report could be retrievable by some kind of ID.

Something like POST /create-link ( generated link in body response or header)
Then I would be able to feed the client with a generated link.
After making a request on the generated link I would be able to retrieve the report - eg. GET /generated-link/report

Repository owner deleted a comment from sullivanmatt Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant