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
params.ytHost is the domain where the client goes to get the list of endpoint hosts at http://{domain}/hosts (this implementation is inside @ytsaurus/javascript-wrapper),
but we need it to go like this instead: http://{domain}/hosts?role=my-super-role.
The text was updated successfully, but these errors were encountered:
In this GitHub organization English is used as a primary language, so please stick to it next time.
zlobober
changed the title
Добавить возможность докидывания параметров к запросу в proxy @ytsaurus/javascript-wrapper
Add the ability to append parameters to the request in proxy @ytsaurus/javascript-wrapper
Feb 20, 2025
We are making a request like this:
params.ytHost
is the domain where the client goes to get the list of endpoint hosts athttp://{domain}/hosts
(this implementation is inside @ytsaurus/javascript-wrapper),but we need it to go like this instead:
http://{domain}/hosts?role=my-super-role
.The text was updated successfully, but these errors were encountered: