-
Notifications
You must be signed in to change notification settings - Fork 159
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
Supporting URLRequest in inline image download #59
Comments
Hi @rizwan95, Could you provide more information about your use case, and about the type of URLRequest customization you would need? |
@jlj Sometimes we might need to send additional headers like user-agent and authorization headers for downloading images from authenticated services. So, it would be very helpful if there is a way to send them. |
@jlj Any update on this? |
A possible option could be to add a At creation time, the @rizwan95 Would this solution respond to your needs? |
@jlj : Yes, that would solve the problem! Infact it will open up a lot of opportunities for customizability. |
@rizwan95 I have implemented this Can you test it with your specific server configuration? If it is ok, I will issue a pull request. |
@jlj Yes sure! |
@rizwan95 Have you made tests of this |
Not yet, I will test it today and let you know @jlj Sorry for the delay! |
@rizwan95 Any test result? |
Hi @jlj I tested the given patch. It is not rendering basic markdown content itself. :( |
Hi, is there any way to add URLRequest in the inline image download method? @indragiek
The text was updated successfully, but these errors were encountered: