This is a very simple and fast to get an image with spoofing referer.
- Spoofing Image Referer
You are able to get a protected remote image by spoofing it. - Shared Proxy Cache
A remote image is not downloaded but will be saved on client browser or proxy cache. - Firewall Request
You are able to set this service to work on spesific domain only (protected from direct access).
-
Install this package via Composer.
composer create-project aalfiann/img-spoof [my-app-name]
-
Upload to your server
-
Done
Note:
- See
config.php
to set firewall and adjust max-age for cache.
- url : URL Image target.
- referer : Set the referer image. [
optional
] - mime : Set the mime type of image (ex: png). [
optional
] - v : Set the version to refresh cache. [
optional
]
Note:
- Mime type will detect automatically if the url included extension.
- jQuery Ajax
cache: false
will detected automatically.
This will GET image with spoofing referer.
See example.html
.
<html>
<head>
</head>
<body>
<img src="./index.php?referer=https://manganelo.com&url=https://s7.mkklcdnv7.com/mangakakalot/l2/love_parameter/chapter_112_qa/1.jpg">
</body>
</html>