NetTalk Central

Author Topic: NetWebClient - post data?  (Read 2300 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 403
    • View Profile
    • Email
NetWebClient - post data?
« 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

Jane

  • Sr. Member
  • ****
  • Posts: 412
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NetWebClient - post data?
« Reply #1 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

JohanR

  • Sr. Member
  • ****
  • Posts: 403
    • View Profile
    • Email
Re: NetWebClient - post data?
« Reply #2 on: September 04, 2025, 08:40:55 AM »
Hi Jane

thanks

NetShowSend=>1 is exactly what I was after

thanks

Johan