.GotText not triggered?

Hi,

I am trying to debug a very simple app:
Capture d’écran 2021-06-07 à 16.00.34

My server is answering something, but the Web1.GotText is not triggered.

Any idea?

1 Like

Set Label2.text to responseContent

1 Like

No change. It seems that the whole block is not triggered.

Maybe set Label2.text to responseCode to see what server is answering

What is your server supposed to be doing with the text you are posting?

Show the url (or last part of it)

Got it, the server didn't response a text but a file, si I just need to use GetFile

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.