question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support HTTP rather than HTTPS

See original GitHub issue

Looks like keen-core supports a ‘protocol’ option for clients, but keen-tracking enforces HTTPS even if the protocol is set to ‘HTTP’:

const client = new Keen({
  projectId: 'PROJECT_ID',
  writeKey: 'WRITE_KEY',
  host: 'localhost',
  protocol: 'http'
});

Can you add support for HTTP? Would be very useful for using the keen client against an internal proxy that might not support HTTPS.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
vkarpov15commented, Oct 5, 2017

Nice! T-shirt for a PR sounds like a decent deal 😃

0reactions
dustinlarimercommented, Oct 5, 2017

@vkarpov15 this has been released in keen-tracking@1.4.0 thanks to @lukechilds #hacktoberfest contribution. Thanks for reporting, and please let me know if you encounter any other issues or speed bumps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is HTTP not secure? | HTTP vs. HTTPS - Cloudflare
HTTPS is HTTP with encryption and verification. The only difference between the two protocols is that HTTPS uses TLS (SSL) to encrypt normal...
Read more >
When Should You Use HTTPs vs HTTP? - Neil Patel
Yes. HTTPS is more secure than HTTP because the server is secure and encrypts your data. You can also check a website's security...
Read more >
What Are the Differences Between HTTP & HTTPS? - Venafi
HTTPS stands for Hypertext Transfer Protocol Secure (also referred to as HTTP over TLS or HTTP over SSL). HTTPS uses TLS (or SSL)...
Read more >
HTTP vs HTTPS: Comparison, Pros and Cons, and More
On the other hand, HTTPS stands for Hypertext Transfer Protocol Secure. Although it functions similarly to HTTP, HTTPS works to protect ...
Read more >
HTTP vs HTTPS – Difference Between Them - Guru99
HTTP lacks a security mechanism to encrypt the data, whereas HTTPS provides SSL or TLS Digital Certificate to secure the communication ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found