When I try to use crawler lib (like JSoup) to crawler the Grafana dashboard, but failed as below
I disable the Grafana login feature, so can anonymous login. URL like http://192.168.3.141:3000/grafana/d/MrVBoBMMk/t1?orgId=1, I use community Grafana,but I need to take some screenshot for a report mail. Is there anyone can help me figure out? Is there any security config I should know in Grafana server.
At my sprintboot project I can open this link with a heyper link, and I disable the firewall from grafana server. I use chrome network to catch up the request header and other things. I find from cookie there is grafana session but still failed after add this session
Grafana is 7.0 , OS is OracleLinux
Found error log 
=2020-07-14T00:02:56-0400 lvl=eror msg=“Failed to look up user based on cookie” logger=context error=“user token not found”