Authorize documentation viewer
已回答
Hello,
My JavaDocs contain links to images on a service that requires previous authorization. Therefore no images are rendered in IntelliJ documentation viewer. Is it possible to authorize the internal HTTP client session in IntelliJ to allow access to such services?
I could not find any details how the internal viewer works and whether it's stateless or supports any session.
Best regards
请先登录再写评论。
Unfortunately, this will not work if the service requires additional authentication.
Feel free to create a new feature request at https://youtrack.jetbrains.com/issues/IDEA.
Thanks for the answer, Egor