Hi,
I have asprunner.net 10.8.
REST API is enabled with basic authentication.
I have sucessfully retrieved data from tables in other apps, but with my current application, trying to retrieve a small dataset from a simple table, the API is returning
System.Web.Mvc.RedirectResult.
This appears to be coming from asprunner, as even going to a browse and inserting the appropriate URL and then entering the username/password in the resulting authentication challenge still returns the same message.
The api call looks like
http://rxtracker.co.uk/api/v1?table=matchingpatients&action=list&q=(postcode~equals~BA68NS
Firefox developr returns RAW data of 'System.Web.Mvc.RedirectResult.' fromt his.
I cant find any settings on asprunner to force data to be returned rather than a redirect .... can anyone give me some pointers?
DAvid