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 `basic` auth when forking

See original GitHub issue

Infura uses HTTP Basic Auth now: https://infura.io/docs/gettingStarted/authentication

We’ll need to add support for this.

Initial thoughts are to use url-based basic auth, via wss://:YOUR-PROJECT-SECRET@example.com/v3/YOUR-PROJECT-ID

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
aintabbcommented, Nov 26, 2020

@davidmurdoch No worries! I am in US too. Enjoy your holiday!

0reactions
davidmurdochcommented, Nov 26, 2020

@aintabb, that sounds right; you’ll have to tweak things a bit to get it working.

Just FYI, I’m on holiday now (in the US) and likely won’t be able to get back to my desktop to help out until until Monday.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support `basic` auth when forking · Issue #418 - GitHub
This seems to be an issue when using Chainstack as well, as they use HTTP Basic Auth. All reactions.
Read more >
Authentication — Requests 2.28.1 documentation
Many web services that require authentication accept HTTP Basic Auth. This is the simplest kind, and Requests supports it straight out of the...
Read more >
cykooz.buildout.basicauth - PyPI
Buildout extension providing basic authentication support. ... This is a fork of isotoma.buildout.basicauth. Main differences are:.
Read more >
github service hook and basic authentication - Stack Overflow
How can I use basic authentication with github post-recieve/service/web hook that notifies me of a commit to a repository? github · webhooks ·...
Read more >
Project forking workflow - GitLab Docs
A fork is a personal copy of the repository and all its branches, which you create in a namespace of your choice. This...
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