phantommagick
phantommagick copied to clipboard
Not Responding while HTML content has own Local Image URL.
HI, @anam-hossain @patrickcurl @dwightwatson @alanhr
Please fix the issues asap. thanks
My Laravel Project is not Responding while I generate an Image. it stuck on that particular request. Each and every time have to restart the Laravel Project.
Error occur in following Scenario
- in HTML content has my server(local) image URL then an error occurred (Same Origin) eg: in my template has an image tag. that image tag has URL is my local IP URL: http://<local_IP>/images/image_1.png. then this case error occurred.
if the URL is an external URL then no issue,
eg: https://www.facebook.com/images/fb_icon_325x325.png
- [ ] The error occurred when the HTML content has my local image URL.