Unplanned
Last Updated: 24 Jan 2024 15:51 by YikFong
YikFong
Created on: 24 Jan 2024 15:51
Type: Bug Report
1
Cannot send Form URL Encoded content with POST requests in the WebServiceDataSource component

Currently, I can send only String content when making a POST request with the WebServiceDataSource component.

My Web API requires me to the content as Form URL Encoded and I cannot do that with the WebServiceDataSource component, and have to use the ObjectDataSource component to manually request the data correctly.

0 comments