We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8c5a6 commit cbef202Copy full SHA for cbef202
src/proxy/testflow/testflow.service.ts
@@ -149,9 +149,6 @@ export class TestflowService {
149
if (isLocalhost) {
150
throw new BadRequestException('This API is local and cannot run on the cloud. Deploy it to enable execution.');
151
}
152
- if (targetUrl.startsWith('/') || targetUrl.startsWith('./') || !targetUrl.includes('://')) {
153
- throw new BadRequestException('This API is local and cannot run on the cloud. Deploy it to enable execution.');
154
- }
155
156
157
private async validateFormData(
0 commit comments