Overlapping items in post list

10 views
Skip to first unread message

DanV

unread,
Oct 26, 2012, 5:01:22 PM10/26/12
to reque...@googlegroups.com
I have a POST that seems to cause some formatting errors.  Two of the name/value pairs are overlapped on the same row:

  http://requestb.in/1h3g19z1?inspect#11lguj

Should look like:

decision2_encouragement
decision2_reprimand

The HTML has an extra "2" outside of the <div> but inside the <li> of decision2_reprimand.  I have no way to check my POST except your nice service, so I do not know if I am sending something extra:

<li><div>decision1</div>2</li>         
<li><div>decision2_encouragement</div></li>
<li><div>decision2_reprimand</div>2</li>
<li><div>email</div>develope...@example.com</li>

Is there a way to look at the raw POST?

Jeff Lindsay

unread,
Nov 9, 2012, 11:58:41 PM11/9/12
to reque...@googlegroups.com
Formatting issues fixed AND you can now see the raw request.
<li><div>email</div>developer+tes...@example.com</li>
Reply all
Reply to author
Forward
0 new messages