Zlgo
Member
Hi
Playing with web server example on https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/ find that if you create simple form page with some visual app editor(instead one in example) in Logs part of B4J IDE appear message
" org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form content" .
Is it some rules how must look HTML code that could be parsed correctly, in this page which I create is included background, dimension, location and other parameters? After all I put loop For / Next to extract
key from ParameterMap with break point on "For" line and left for 20 sec before go to next line(Step IN)
and then it parsed key from map! So it looks that for parsing other format it needs much more time to finish but before he throws error.
Playing with web server example on https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/ find that if you create simple form page with some visual app editor(instead one in example) in Logs part of B4J IDE appear message
" org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form content" .
Is it some rules how must look HTML code that could be parsed correctly, in this page which I create is included background, dimension, location and other parameters? After all I put loop For / Next to extract
key from ParameterMap with break point on "For" line and left for 20 sec before go to next line(Step IN)
and then it parsed key from map! So it looks that for parsing other format it needs much more time to finish but before he throws error.