ggr icon indicating copy to clipboard operation
ggr copied to clipboard

Some Selenium clients unconditionally go to guest quota

Open vania-pooh opened this issue 6 years ago • 2 comments

E.g. Java client does not set basic HTTP headers in the first request. Need to check whether it still sends auth daya in URL. If yes, should process in code accordingly. If not, then just add a note to docs.

vania-pooh avatar Jun 12 '18 12:06 vania-pooh

Technology stack: Java, Selenium.

Precondition:

  • 2 quota files for GGR (test.xml, public.xml).
  • public.xml quota file is marked as guest
  • All of quotas include the same host.

For example I have the following RemoteWebDriver hub address: hub=http://test:[email protected]:4444/wd/hub

All of my session requests are going to public.xml (guest) quota instead of test.xml

arazantsau avatar Jun 12 '18 12:06 arazantsau

I encountered the same issue. If guest quota is enabled then all requests go to guest quota with Java client. Bu if it's disabled, the request go to corresponding quotas, as expected.

ostap-oleksyn avatar Jun 26 '18 14:06 ostap-oleksyn