sid
2
Don't think this is in the pipeline to be fixed anytime soon.
Here's the work-around I use:
- Create a separate ASP page which would make the API call.
- Wrap the response in JSON.
- Return this JSON as response.
- In Server Action, call this ASP page using API Action step.
1 Like