ggr
ggr copied to clipboard
Some Selenium clients unconditionally go to guest quota
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.
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
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.