-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does iocat consider sub urls ? #4
Comments
Hi @nelson777, This CLI tool passes your URL argument to the |
In order for it to work, this:
should translate to this:
if the call is made this way:
it won't work. I checked your code but where unable to find this part. Can you tell me which case is it ? |
Hi @nelson777, can you give a try to #6? |
I'm trying to configure an Apache proxy to a websocket. The websocket is working ok and I access it normally with
I want this socket to be availabe through
https://localhost/prj/socket
url. But when I configure Apache proxy, I'm not sure iocat considers the suburl part. I mean, in this command:is the
/prj/socket
part considered (send to the server) ? if not, how do I use suburls ?The text was updated successfully, but these errors were encountered: