-
Notifications
You must be signed in to change notification settings - Fork 32
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
Proxy Response Headers 301 Dropbox URL Request #14
Comments
The ruby |
@zerowidth
How can I can handle using Net::HTTP by changing session.rb? Is there any change in redirection to streaming_proxy.rb? This endpoint I am referring to : https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings |
The proxy uses |
I am using proxy to load dropbox URL. My purpose is to load URL and display image on canvas. It was working fine but since last few days it returns me 301 status.
streaming_proxy.rb
I am receiving,
What wrong I am doing?
The text was updated successfully, but these errors were encountered: