Ipstenu / varnish-http-purge

Proxy Cache Purge
Apache License 2.0
46 stars 48 forks source link

`wp varnish purge https://example.org` doesn't work #35

Closed ocean90 closed 7 years ago

ocean90 commented 7 years ago

Since acfe0b0deaac4bdb78f742ef7f5c8c7e4b609a19 the URL gets the home URL prefixed: $url = $this->varnish_purge->the_home_url() . esc_url( $url ); . That doesn't seem right.

Ipstenu commented 7 years ago

What's it outputting for you? Does wp varnish purge https://example.org/ work? (with the trailing slash)

ocean90 commented 7 years ago

@Ipstenu The output is always The Varnish cache was purged. so that's not helpful. 😏

It's not about the trailing slash: $url = $this->varnish_purge->the_home_url() . esc_url( $url ); produces https://thehomeurl.comhttps://example.org/.