Postman rest calls are not working in windows 11 to vs code
I was writing some code in Spring Boot using VS Code. Just for testing purpose to make sure everything is working fine, I was testing REST API Calls to my controller class using POSTMAN and browser. While making call to my testing method in my controller class, it gives status code “404 Not Found”. The code runs on port number 8080, my REST URL is “http://localhost:8080/tulip/testing” type=GET. Earlier I was also getting error for React project, where vs code was unable to run npx command. and the issue was with the windows defender antivirus as it was blocking the connection. but now I also have added vs code as exclusion but still it is not working. The vs code issue is also there in my company laptop, but there Spring Tool Suite works fine and Postman is able to make calls there. Any solution for this?