Replies: 1 comment
-
Hi @pas-comme ! This is the command to access the curl -vvv -H "X-Road-Client: demo/ETAT/0022/PRIVATE" -i 'http://demo-ss2.lxd:8080/r1/demo/ETAT/0011/PUBLIC/CITIZENS/persons' The subsystem Please note that |
Beta Was this translation helpful? Give feedback.
-
To directly request a service via the security server "ss1," a client uses the following command:
bash
Copier le code
curl -vvv -H "X-Road-Client: demo/ETAT/0011/PUBLIC" -i 'http://demo-ss1.lxd:8080/r1/demo/ETAT/0011/PUBLIC/CITIZENS/persons'
Now, if another client belonging to the security server "ss2" wants to access the service provided through "ss1," what command should they use?
Note: The request should pass through "ss2," then to "ss1," and finally to the service provider, with the response returning in the reverse order.
Could you please provide the necessary command and explain the required configurations?
Beta Was this translation helpful? Give feedback.
All reactions