Skip to content
Discussion options

You must be logged in to vote

Hi Fabian,

Thank you for your tip.

Indeed when I hardcode the port in the capabilty definition it works. It means the issue is on the url syntax ...

    "remote":{"urls": ["http{s}?://localhost:8080"]},

I read again patterns specification and tried several combinations assuming port was a specific "part". I found any functional.

Finally I tried this really simple syntax, that works whereas it doesn't really follow the patterns specification (from my understanding) :

    "remote":{"urls": ["http{s}?://localhost:*/*"]},

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mcaox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants