Skip to content

GET and POST /api/v3/session/udp should return an array of the path and also exit node #6693

@mjadach-iv

Description

@mjadach-iv

Is your feature related to a problem?

When using automatic path (number of hops), you do noy know where through the sessions is going.

Describe the feature you'd like

Possible response:

POST:

{
  "target": "wireguard.staging.hoprnet.link:51820",
  "protocol": "udp",
  "ip": "172.17.0.18",
  "port": 9192,
  "path": ["12D3...","12D3...","12D3..."],
   "exitNpde": "12D3..."
}

GET:

[
{
  "target": "wireguard.staging.hoprnet.link:51820",
  "protocol": "udp",
  "ip": "172.17.0.18",
  "port": 9192,
  "path": ["12D3...","12D3...","12D3..."],
   "exitNpde": "12D3..."
},
{...}
]

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions