Control Interface » History » Revision 3
Revision 2 (Moritz Horsch, 08/05/2012 05:45 PM) → Revision 3/40 (Moritz Horsch, 08/06/2012 09:13 AM)
h1. Client Activation h2. Interface =. | *URL* |\2. @http://127.0.0.1:24727/eID-Client@ http://127.0.0.1:24727/eID-Client | | *Method* |\2. GET | |/4. | *Query* | ?tcTokenURL | | | ?ifdName | | | ?contextHandle | | | ?slotHandle | | |/4. *Returns* | 200 OK | The refresh address is comprised in the Message Body (Hack for MAC OS Safari). | | 303 See Other | The Location field in the response should contain the refresh address. | | 400 Bad Request | Malformed GET request, e.g. parameters are missing. | | 500 Internal Server Error | | <pre> TODO * What happens if the Client Activator cannot start an application? * What happens if the Client Activator cannot fetch a TC Token from the given TCTokenURL? </pre> =. | *URL* |\2. @http://127.0.0.1:24727/status@ http://127.0.0.1:24727/status | | *Method* |\2. GET | | *Query* | | | |/4. *Returns* | 200 OK | | | 400 Bad Request | | | 406 Not Acceptable | | | 500 Internal Server Error | |