HTTP integration, serverside code in .NET VB or C#

Hi !
I am interested in a VB.net or C# webserver sample code that allows me to receive data from the HTTP integration and deserialize the JSON data and ultimate get the raw payload. I dont find any working sample project out there.

I have made a few trials, I can see I receive data but only 30 bytes() it should be around 500 bytes… when I try https://webhook.site/ I can get the whole JSON message but not in my own server.

Please help !!

All the best
//
John

Do you think you provided sufficient information for us to be able to determine what your problem might be?

A link to the code you are using might enable people to investigate. Or are you just looking for an off the shelf solution someone else made?

BTW, why not use the MQTT integration?

MQTT is brilliant, the codesamples I have seen and tried just gives you sensordata for ONE application over MQTT if I understod it correct. I have several TTN applications, HTTP integrations sends data from all your application to a singel endpoint if I understod it correct or…

I have tried these ones…