>>>>> On Tue, 26 Jan 2016 05:30:57 -0800 (PST), <[email protected]> said:

> On Tuesday, January 26, 2016 at 11:07:37 PM UTC+10, Josef Sachs
> wrote:
>> 
>> Is there a way to use Requests.jl with HTTP Basic Authentication
>> when the password contains a slash?
>> 
julia> using Requests
>> 
julia> get("https://user:pass/[email protected] <javascript:>")
>> 

> Doesn't it need an @ after the pass
> https://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax
 
Sorry I didn't make myself clear.  (And Google Groups doesn't help
by converting the URL that I tried to post.)

Here is the URL that I tried to post, with the parts on separate lines.
https:
//
user
:
pass/word
@
google.com

I was trying to demonstrate a password with a slash in it.
The @ follows this password in the URL.

Reply via email to