0

My tester has integrated Burp tool with firefox, where he is running our project on same browser. He is saving each and every request of application in Burp tool and then login with another user to post request data of first user, or he logout of system and only post request data where he is able to save that data properly. Can anybody please answer that how I can stop laravel to save data on Burp or any other tool like this

Shital Jachak
  • 449
  • 6
  • 14

1 Answers1

0

This is an integral part of testing. You should not be trying to find ways to deceive testing tools. You should be implementing good security in your application.

user3532758
  • 2,221
  • 1
  • 12
  • 17