I am struggling on a situation where I have to display a graph(an image) of jenkins within another application. When I stay logged into jenkins(different tab in the same browser), the other application is able to use that image url to display the graph. But when I logged out from jenkins, the graph is not allowed to be accessed since the browser no more is having an authenticated jenkins session.
If I know the username and password to log into jenkins, how can I make this image displayed(authenticating and calling the image url within the other application), without manually logging into jenkins?
Thank you.