rentry icon indicating copy to clipboard operation
rentry copied to clipboard

Usage from a browser environment

Open Yentis opened this issue 4 years ago • 0 comments

I have a web-app where I'd like to create some pastes, but I'm running into the following issues:

  • No Access-Control-Allow-Origin
  • No Access-Control-Allow-Headers
  • Referer required to be 'https://rentry.co', mine is currently unset / localhost
  • Unable to read Set-Cookie header to retrieve csrftoken as this is not allowed on browser-side JS

Would it be possible for me to use this API or should I continue my search?

Yentis avatar Sep 13 '21 14:09 Yentis