Hi,
I have thried to get data from a Shopware webshop with http.QuickGetStr in VB6.
The url in a browser like Chrome delivers exactly the right data. http.QuickGetStr only delivers data without the query parameters "?filter[0][property]=customerId&filter[0][value]=1".
https://[domain].com/api/orders/?filter[0][property]=customerId&filter[0][value]=1
In http.LastErrorText I always find the following status:
statusCode: 400
statusText: Bad Request
Are the reasons for this behavor