You are carrying out the last round of testing for your new Web site before it goes live. The Web site has many subpages and connects to a SQL Server backend that accesses your product inventory in a database. You come across a web security site that recommends inputting the following code into a search field on web pages to checkfor vulnerabilities:When you type this and click on search, you receive a pop-up window that says:" Test My Site."What is the result of this test?
So your website is vulnerable to cross site request . In this you have find out form action of website and then use it to your own site before goes live. It is a security laravel default.