Authorization in the embedded browser

Hello. I want to use Obsidian with redmine. The first idea is fetch redmine tickets as link preview (with Auto Link Title plugin), and the second idea is to have a quick access to ticket details in the embedded browser (Open Link With plugin). In both cases I cannot autorize in the redmine to have an access to the ticket details. With link titles I dont have any ideas how to do auth. With browser I tried to do auth with username/password, but I cannot. The redmine return 422 error with the text:

Invalid form authenticity token.

Username and password is correct

Does anybody know how to have an autorization in web resources with embedded obsidian browser?

Best regards, Andrew

You send the Redmine API key as a header with the REST request:

https://www.redmine.org/projects/redmine/wiki/Rest_api

Use Obsidian’s requestUrl function to make the web requests.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.