So Im currently developing a Google Bard plugin where it needs to fetch to google bard server. The request resulted in 200 when I fetch it using nodejs (Server Side), however when I try to make the request in Obsidian Plugin, the request got denied (403).
The error only shown : GET https://bard.google.com/ 403
.
So far I haven’t found any solution yet to be able making a request as Server Side for my Obsidian Plugin. Is there anyway to do that?