You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to specify the full URL (e.g. http://my.awesome.api/) as a parameter.
The reason I need this is because I want to be able to specify both http and https endpoints whenever I want to.
http/https prefixes are respected and taken into account when the request is constructed
Actual behavior
An unhandled exception of type 'System.Net.WebException' occurred in FSharp.Core.dll
Additional information: The remote name could not be resolved: 'http'
Known workarounds
Use only hostname
The text was updated successfully, but these errors were encountered:
Description
It is not possible to specify the full URL (e.g.
http://my.awesome.api/
) as a parameter.The reason I need this is because I want to be able to specify both
http
andhttps
endpoints whenever I want to.Consider the following code:
Currently this will crash.
Expected behavior
http
/https
prefixes are respected and taken into account when the request is constructedActual behavior
Known workarounds
Use only hostname
The text was updated successfully, but these errors were encountered: