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

HOP-3667 escape entire url to avoid parsing issues #1284

Merged
merged 1 commit into from Jan 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -155,7 +155,8 @@ docker run -it --rm \
If the container has been started successfully, the web server GUI can be opened via http://<IP_HOST>:<PORT_HOST>/hop/status/ which gives an overview of the pipelines and workflows called up after logging in (using the administrator IDs passed).

To call a web service with the name <NameofService>, the following request is necessary:
http://<IP_HOST>:<PORT_HOST>/hop/webService?service=<NameofService>&amp;Param1=Value&amp;Param2=Value2....

`+http://<IP_HOST>:<PORT_HOST>/hop/webService?service=<NameofService>&Param1=Value&Param2=Value2....`

The WebService **countTeams** from this tutorial expects the parameter PARAM_PROJECT_ID.

Expand Down