NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on September 02, 2025, 10:02:06 PM

Title: NetWebClient - post data?
Post by: JohanR on September 02, 2025, 10:02:06 PM
Hi,

How do I check the actual Post request?
Having some issues and want to make sure that all the bits are in the correct places.

Current specific error that I'm getting is that the bearer token is invalid, as far as I can it's good and has not expired.
So want to see what the post data actually looks like, complete with header etc...

thanks

Johan
Title: Re: NetWebClient - post data?
Post by: Jane on September 03, 2025, 09:02:06 AM
Install Fiddler?

Try getting it to work with the NetDemo program and look at the detailed log there.

Temporarily compile your app with
NetShowSend=>1
and maybe NetShowReceive=>1
Title: Re: NetWebClient - post data?
Post by: JohanR on September 04, 2025, 08:40:55 AM
Hi Jane

thanks

NetShowSend=>1 is exactly what I was after

thanks

Johan