-
Notifications
You must be signed in to change notification settings - Fork 77
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
InvalidURL: nonnumeric port: '//host' #15
Comments
Also, thanks for the superb bug report! |
thanks you very much! i will check it out! |
Hi @peritus I might some confuse in create context.
But it will case a error "InvalidURL: nonnumeric port: '//service.test'" After some investigation, i updated my test case by
I'm not sure if there are different behaviour by different URI input? if not please correct me. |
Glad you got it working! No, your two alternative invocations of |
Hi,
I would like to use POST keyword to send my data.
I use a simple way to verify the HTTP request.
We can see in "HttpLibrary.HTTP.Set Request Body", it shows "Request body set to TEST_HELLO".
But in "HttpLibrary.HTTP.POST", i got "No request body set".
My test server got,
Do I misunderstand something ? Thanks! :)
Thanks!
The text was updated successfully, but these errors were encountered: