PDA

View Full Version : Web Monitoring Variables Format for Post


newzabuser
12-08-2007, 08:28
I'm trying to setup a web monitor with 2 steps but having trouble with how to post variables. I need some help getting started and could not find anything in the forums showing the format for the variable after a few hours of digging. Any help is appreciated.

whichForm="service"
submitted="true"
address="5201+lake+blvd"
zip=98989
service_floor=1
x=79
y=32

How do I do this and at what level do I post them, in the scenario or in the step. there is a Post field at the scenario level and then again at the step level.

gelowe
01-07-2008, 17:20
I too am trying to configure web monirtoing and can only get GET to work

I have to put a ? at the end of the URL wich truncates at 128 characters BTW anf then put my variables in the post area in the follwing fashion

variable1=value1&variable2=value2&variable3=value3....etc

So I have 2 needs,

I need to know how to do true posts and not gets
I would like the URL field to display more that 128 characters

JoW
15-04-2011, 13:31
i too want know this

how use post variables