[Http-webtest-general] How to deal with dynamically generated cookies URL
Brought to you by:
m_ilya,
richardanderson
From: Jieming W. <Jie...@en...> - 2002-09-15 14:14:33
|
Hi All, I have some URL that is generated based on the cookies. For example, the main page is http://server/scripts.pl which will generate a dynamic login page as follow: <html> ... <form method="post" action="/scripts/main_cookie/cookie_id=="> ... </html> Here main_cookie and cookie_id are dynamically generated. Below are some examples of the pages generated: <form method="post" action="/scripts/webgui5f9c372c/~flN0YXRlPTE3OTMzLjAwMS4wMS4wMQ=="> <form method="post" action="/scripts/webgui5f9c1e55/~flN0YXRlPTQ1ODYuMDA0LjA0LjA0=="> <form method="post" action="/scripts/webgui5f9c243d/~flN0YXRlPTIwMzkuMDA2LjA0LjA0=="> Can we use webtest to handle this situation? Thanks. JW |