I am sorry, I couldn’t upload it to filebin.net I was getting “insufficient storage” which is weird because the file’s size is 7 kb.
You can check the file here https://we.tl/t-f11N1y7CFC
I notice that when the file is saved the image path is different, through inspect HTML the image path looks like this:
<img src="https://cdn.HIDDENDOMAIN.com/wp-content/uploads/2022/01/09030600/HIDDENIMAGENAME.png" alt="HIDDENALT" />
While the saved file looks like this:
<img src="./invoice_files/HIDDENIMAGENAME.png" alt="HIDDENALT" />
-
This reply was modified 2 years, 3 months ago by mcziel.