Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one config var to configure HTTP bridge call URL #12

Open
oberstet opened this issue Jun 30, 2017 · 2 comments
Open

Only one config var to configure HTTP bridge call URL #12

oberstet opened this issue Jun 30, 2017 · 2 comments

Comments

@oberstet
Copy link
Contributor

CROSSBAR_HTTP_BRIDGE_CALL_URL

http://192.168.1.142:8080/call
http://crossbar.local:8080/call
https://demo.crossbar.io/call

This might require to parse the URL into hostname, port and path.

Reinvent the wheel?

Maybe there is a C library or small code for that.

@oberstet
Copy link
Contributor Author

Or for the publish HTTP bridge:

CROSSBAR_HTTP_BRIDGE_PUBLISH_URL

http://192.168.1.142:8080/call
http://crossbar.local:8080/call
https://demo.crossbar.io/call

@hassfers
Copy link
Contributor

hassfers commented Jul 3, 2017

first test with
https://github.com/jaysonsantos/url-parser-c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants