webhook - sending url works from one server, but not another
In attempting to send embedded images with url via webhook, from an example which I found, images on one of my servers are recognized, while on the other one they aren't!?
// Not working:
curl -H "Content-Type: application/json" -X POST -d '{"embeds": [{"image": {"url": "http://geddo.in/ZGPxFN2.jpg" }}]}' $url
// Working fine:
curl -H "Content-Type: application/json" -X POST -d '{"embeds": [{"image": {"url": "http://jeddo.in/ZGPxFN2.jpg" }}]}' $url
Both images show up fine when viewed in multiple browsers. Both running "Server version: Apache/2.4.38 (Debian)"
-
Your first file returns a 404 for me, I'm guessing you could still see it at the time due to a cache.
0 -
I can't access your first file.
0 -
Both files appear to be accessible from my clients (in yet a third geographic location & state); In addition to opening them in browser(s) [cache emptied], I can do a 'wget' on either one. I'm wondering if you may be behind the same routing issue affecting the main server(s)?
FWIW, the first file is on a server currently located in a different country.
I'm wondering whether you may be able to ping & traceroute (nmap?) both servers, or?
0
Iniciar sesión para dejar un comentario.
Comentarios
3 comentarios