I am working on a program to GET data from an API.
I am having an issue with error 404, which I resolved by setting the Web Property on the Web application to the name of the controller(rating), and the name of the method (index.)
Is this best way to deal with 404?
Also,
I need to pass these property values into the URL, how do I do this working alongside the above fix?
Thank you