Hello,
I am from Oracle, China and using HTTPClient in our automation testing tool.

Now I hit an issue when the action in the form tag contains non-acsii char which has been encoded as something like %34. Following is an example:

<FORM ID="TEST" METHOD="POST" ACTION="test.html?v1=test1%c3">

After submitted this form using HTTPResponse.Post method, I can not get the expected page.

But using the same form, if the action URL contains no non-ascii char, the form can be submitted successfull.

I have seen the debug log and think the key point should be the HTTPResponse.Post method.

Could anyone help me on this issue?

Thanks very much!

Iray


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to