This commit is contained in:
@@ -94,7 +94,7 @@ class PuppeteerHealthcheck:
|
|||||||
# Construct the URL with the test URL as a parameter
|
# Construct the URL with the test URL as a parameter
|
||||||
base_url = f"http://{host}:8000"
|
base_url = f"http://{host}:8000"
|
||||||
encoded_test_url = quote(self.test_url, safe='')
|
encoded_test_url = quote(self.test_url, safe='')
|
||||||
url = f"{base_url}/?url={encoded_test_url}"
|
url = f"{base_url}/?url={encoded_test_url}&skipCache=true"
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
'x-api-key': self.api_key,
|
'x-api-key': self.api_key,
|
||||||
|
|||||||
Reference in New Issue
Block a user