Hi @alexey.noskov,
I have a requirement where I need to pass cookie value as string so that authentication will be performed using cookie. I do not want to use username and password to make Http get request. In my resource loading class I am making GET call with cookie but resource loading class is static. Is that resource loading class must be static??