Skip to content
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

Remote URL with authentication #1697

Closed
jbschrades opened this issue Jul 6, 2015 · 5 comments
Closed

Remote URL with authentication #1697

jbschrades opened this issue Jul 6, 2015 · 5 comments

Comments

@jbschrades
Copy link

Is it possible to save a remote file from a URL that requires http authentication using the remote_column_url method?

@trestrantham
Copy link

I could also use this option if possible.

@bensie
Copy link
Member

bensie commented Aug 18, 2015

I haven't tried it, but using http://username:password@host.com/path might work for HTTP basic auth.

@avgerin0s
Copy link
Member

@bensie It won't work. This returns ArgumentError: userinfo not supported. [RFC3986].

@jbschrades Carrierwave downloader uses Open-Uri's #open method.

As it is implemented now, unfortunately, you cannot pass any params to it.

IMHO, this issue enforces the need of this feature request.

I think we can close this issue if favour of the above one. What do you think?

@jpatel
Copy link

jpatel commented Sep 1, 2015

This feature will be wonderful and I can use it.

@jbschrades
Copy link
Author

@eavgerinos sounds good to me

janko added a commit to janko/down that referenced this issue Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants