Support HTTP rather than HTTPS
See original GitHub issueLooks 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:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice! T-shirt for a PR sounds like a decent deal 😃
@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.