Search found 2 matches

by rocky07
Fri Oct 31, 2025 5:16 pm
Forum: Applications
Topic: HTTP Request Error
Replies: 6
Views: 7110

Re: HTTP Request Error

This error usually means the HTTP Request app in Enfocus Switch isn’t receiving a proper response object from the server, so when it tries to read the `status` property, it fails because it’s undefined. Even though the URL works fine in Postman, Switch may be blocking or mishandling the response due...
by rocky07
Fri Oct 31, 2025 5:14 pm
Forum: Applications
Topic: Execution mode no longer supported in v11
Replies: 3
Views: 6000

Re: Execution mode no longer supported in v11

You don’t need to worry too much about that message—it’s just an informational notice. Starting from version 11, the “Execution mode” property was removed, and all executions now run in “Concurrent” mode by default. If you’re not using any serialized or timing-based execution logic, you can safely i...