Default to residential proxy (#410)

This commit is contained in:
Salih Altun
2024-06-03 22:15:48 +03:00
committed by GitHub
parent f9e5be6d27
commit fc827ef3c9
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ function createTaskRequestObject(formValues: CreateNewTaskFormValues) {
webhook_callback_url: transform(formValues.webhookCallbackUrl),
navigation_goal: transform(formValues.navigationGoal),
data_extraction_goal: transform(formValues.dataExtractionGoal),
proxy_location: "NONE",
proxy_location: "RESIDENTIAL",
error_code_mapping: null,
navigation_payload: transform(formValues.navigationPayload),
extracted_information_schema: transform(

View File

@@ -21,7 +21,7 @@ function createEmptyTaskTemplate() {
title: "New Template",
description: "",
webhook_callback_url: null,
proxy_location: "NONE",
proxy_location: "RESIDENTIAL",
workflow_definition: {
parameters: [
{