Unable to access application without login

Hi Team,

I have a Web Application, where Read Operations are done without performing login into the application.
For performing any create, update, and delete operations, one needs to login into the Web App.

My automation steps involve operations which need to be done with Login and without login.
I have created the application and deployed the sign-in process.

Now the problem that I am facing is that I am not able to access the page which needs to be accessed without a login.

Can somebody help me with this issue?

Hi @Mantri
Simple approach - Do not use sign in process.
Create an automation to execute not sign in steps then automate login page to perform next automation steps.

But @bhuvan

If I will not create a sign-in process, then my credentials will get exposed which I don’t want