1 Oct
2015
1 Oct
'15
5:21 p.m.
On Oct 1, 2015, at 5:17 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Oct 1, 2015, at 5:12 PM, Jim Shi <hanmao_shi@apple.com> wrote:
Hi, I was recommend to use REST API instead of jradius.
Is there any doc how to implement the backend (which servers the REST API calls)?
It's just HTTP, using a standard set of calls.
http://code.tutsplus.com/tutorials/a-beginners-guide-to-http-and-rest--net-1...
Example JSON structures included in the default config file, along with what the different HTTP return codes do. https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/mods-avail... -Arran