Hello, I'm doing some tests with HTTPRequest.
My code is as follows:
Let>strResponse={""}
HTTPRequest>https://www.mjtnet.com/,,GET,,strResponse
MessageModal>strResponse
Let>strResponse={""}
HTTPRequest>https://www.meneame.net/,,GET,,strResponse
MessageModal>strResponse
On the second website the srtResponse variable looks hidden on the watchlist. It contains data but does not appear on the panel.
With mjtnet website appears correctly on the watchlist.
Can you reproduce this? The variable inicialization is just for testing.
hidden variable in watchlist
Moderators: Dorian (MJT support), JRL
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: hidden variable in watchlist
I can replicate this. Have edited slightly for clarity, and will consult Marcus for his insight.
Code: Select all
Let>strResponse1={""}
HTTPRequest>https://www.mjtnet.com/,,GET,,strResponse1
MessageModal>strResponse1
Let>strResponse2={""}
HTTPRequest>https://www.meneame.net/,,GET,,strResponse2
MessageModal>strResponse2
Yes, we have a Custom Scripting Service. Message me or go here