This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:interfaces:rhttp [2020/03/13 15:39] ghi created |
wiki:interfaces:rhttp [2020/04/10 17:32] (current) mgr [Introduction] |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| <note important> | <note important> | ||
| - | ''rx_data'' suffix is no more added in URL since version 2.2. You have add it in path if used in your HTTP server configuration. | + | ''rx_data'' suffix is no more added automatically in URL since SPN version 2.1. You must add it in path if used in your HTTP server configuration. |
| </note> | </note> | ||
| Line 120: | Line 120: | ||
| ``` | ``` | ||
| + | http(s)://path.to.host:port/path | ||
| + | ``` | ||
| + | </markdown> | ||
| + | </hidden> | ||