iwf
iwf copied to clipboard
Auto removing tailing `/` in the worker URL by auto-correction
Sometimes user would put
http://localhost:8080/iwfWorker/
as URL which will have errors, because it will be appended to the state APIs, like :
http://localhost:8080/iwfWorker//api/v1/workflowState/start
Because common to run into just remove the tailing / as auto-correction on the server.
hey @longquanzheng can i work on this issue?
Yeah sure ! Go ahead
Hi @longquanzheng ,i would like to work on this issue. Can you please provide some context on the required changes.