BeckhoffHttpClient icon indicating copy to clipboard operation
BeckhoffHttpClient copied to clipboard

Unofficial TwinCAT function for HTTP-Client and Json conversion

Results 5 BeckhoffHttpClient issues
Sort by recently updated
recently updated
newest added

Has anyone done any use of this library with twincat c++ modules, i.e. calling an Http POST command from a c++ module? I've been trying to follow along with the...

Thank you for your work on this awesome library! **Should we be able to pass JSON strings in the Body of a POST request? Am I not using the Client...

enhancement
good first issue
question

Hello @fbarresi , I want to create a POST but the request body asks me for an application/octet-stream [Binary image data], I attached a photo so you can see how...

enhancement
good first issue
question

Hello! First of all thank you for writing an open source alternative HttpClient. I have a problem running it. When I try to do a GET to a local server...

Hello! We have run the solution you shared, as shown in the following picture. ![1](https://github.com/fbarresi/BeckhoffHttpClient/assets/101049574/d3ea45bf-f752-4299-af8a-527af1fee528) ![2](https://github.com/fbarresi/BeckhoffHttpClient/assets/101049574/11b4eb8b-1e0d-4bff-8ac7-b74d90e2081d) My question is where can I see the content of the JSON object obtained...