0

I am converting an HTML Document (That is dynamically generated from an API call) and using Convert API to convert the HTML page to a PDF. This has been working consistently till yesterday when with no code change I started getting this error from convert API:

NETWORK_ERR:XMLHttpRequest Exception 101

I am not sure what this error means and how to rectify this issue.

Adim
  • 811
  • 2
  • 10
  • 25
  • it's a network error, likely not due to your code. are you sure the api is still active, and you still have access to the api? It seems this error is commonly thrown with CORS requests when CORS isn't implemented by the server. – Kevin B Sep 30 '14 at 22:25
  • Could you post your full code? ConvertApi support CORS. – Tomas Oct 01 '14 at 08:06

0 Answers0