You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add all of my personal references to my webpage automatically.
At the moment I do it like this:
Perform a search of papers which belong to me in I Librarian
export the result to a .bib file
Copy the file to my webserver
What I have tried
The search can be performed with the same URL again, if one is logged in.
If I try to pull the url via wget from my webserver, the problem is i can't use a simple POST request with cookie to log in due to the needed CSRF Token...
Feature request
Could you please add an authentication token which one could append to the query URL, so it would be easy to pull a .bib file via wget.
This is the easiest way to create an API.
The text was updated successfully, but these errors were encountered:
Goal
I would like to add all of my personal references to my webpage automatically.
At the moment I do it like this:
What I have tried
The search can be performed with the same URL again, if one is logged in.
If I try to pull the url via
wget
from my webserver, the problem is i can't use a simple POST request with cookie to log in due to the needed CSRF Token...Feature request
Could you please add an authentication token which one could append to the query URL, so it would be easy to pull a .bib file via
wget
.This is the easiest way to create an API.
The text was updated successfully, but these errors were encountered: