Team,
I have created a search API and made it as GET request. Now when I try to give only a single space in search, it gives me 404 resource not found error. For example:
http://localhost:8080/myproject/myapp/search/ ?pageNo=1&limit=20
As you can see there is a space in the URL after /search/. This URL returns me the error 404. I'm using Spring 4.x version.
Thanks