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 was having a problem where certain browsers (mostly older browsers and Edge) were getting blank documents. The logged error indicated it was something to do with bad http requests. I was able to solve the issue by moving from file_get_contents to curl_get_contents. Can I submit a pull request with this option included?
The text was updated successfully, but these errors were encountered:
I was having a problem where certain browsers (mostly older browsers and Edge) were getting blank documents. The logged error indicated it was something to do with bad http requests. I was able to solve the issue by moving from file_get_contents to curl_get_contents. Can I submit a pull request with this option included?
The text was updated successfully, but these errors were encountered: