Is it possible to hit traefik from a container?

I have a docker network with traefik in front, however for debugging purposes I want to call the traefik frontend from one of the internal containers. I tried with the name of the container in the docker network and the IP of the container (using the Host header) but it seems like it does not work. Any way to do so?

Hello,

are you trying to call the API?

Could you provide your configuration and a docker-compose example?