You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took a look at the code you mentioned and I think there is a slight misunderstanding in it's purpose. The function returns two variables; base and baseAddress. base is largely unmodified and is used to connect to the address supplied. As you point out, baseAddress is modified to mask any sensitive information, but should only be used for logs and monitoring purposes.
It might help if you can explain the issue you are seeing related to this? E.g. which URL are you trying to connect to and what is the error message you are getting? Feel free to share some logs (with sensitive information redacted of course).
go-eth2-client/http/service.go
Lines 397 to 426 in 951cf2c
The above code intercepts the path configured beaconAddr, which makes some normal nodes inaccessible.
For example, the following nodes:
https://aaa.com/ethereum2/{token}
It is normal for paths to carry tokens, but such modifications invalidate them.
The text was updated successfully, but these errors were encountered: