| Author | Topic: WAA HTML3:FormStart() trouble |
---|
| Pablo Botella Navarro | WAA HTML3:FormStart() trouble
on Thu, 25 Jul 2013 18:28:08 +0200Hi,
HTML3:FormStart() dispatching a request posted by IE and korean language insert an extra Chr(0) in the url
'<FORM ACTION="/cgi-bin/waa1gate.isa' + Chr(0) + '" METHOD=POST>'
this cause that next request produce a 403 error and not reach our gateway
Regards,
Pablo Botella |
| Thomas Braun | Re: WAA HTML3:FormStart() trouble
on Mon, 29 Jul 2013 09:14:38 +0200Pablo Botella Navarro wrote:
> HTML3:FormStart() dispatching a request posted by IE and korean language insert an extra Chr(0) in the url
Do you mean when the form is submitted?
What do you mean with korean language? Is the browser running on a korean
Windows system?
I suppose this is working in a non-korean environment?
> '<FORM ACTION="/cgi-bin/waa1gate.isa' + Chr(0) + '" METHOD=POST>'
You could either use a debug proxy like Charles or even Wireshark to find
out if the 0x00 character is sent by WAA or if it is inserted by IE whe the
form is submitted
IMHO this can't be a problem of FormStart() because WAA does not know
anything about the client side.
Thomas |
| Pablo Botella Navarro | Re: WAA HTML3:FormStart() trouble
on Thu, 15 Aug 2013 15:17:10 +0200Hi,
Finally discovered hat the issue was at my side (so long to explain) , so pls ignore all, WAA works ok, bug is 100% mine so will prepare some potatoes to eat with my bug report
Regards,
Pablo |
| Thomas Braun | Re: WAA HTML3:FormStart() trouble
on Fri, 16 Aug 2013 08:32:40 +0200Pablo Botella Navarro wrote:
> Finally discovered hat the issue was at my side (so long to explain)
lol - sounds familiar to mee... just happens from time to time
thomas |