marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

Support for PROXY for outgoing request against JIRA #38

Closed BrommD closed 1 year ago

BrommD commented 1 year ago

Hi all,

Is there a possibility to route outgoing plugin access over a HTTP proxy? thx

Regards, Dejan

BrommD commented 1 year ago

nevermind, solved it other way. Can be closed, thx

marc0l92 commented 1 year ago

Can you share how you solved the issue?

BrommD commented 1 year ago

Hi,

sadly using a solution, which works outside the plugin. Simply "punched" a whole into the firewall and directly accessing the Jira..

sry

Regards, Dejan

marc0l92 commented 1 year ago

From the plugin I cannot control the proxy settings because it is not an api tha obsidian exposes.

I suppose Obsidian is using the same proxy setting of Chrome since it is based on that