radude/rentry

Usage from a browser environment

Opened this issue · 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?