Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input on ajax callbacks not working
#7
>>I believe it will work if you use encodeURIComponent() on your parameters...

Yes, it works as the Base64 encoding (but without the need to decode).

Here's what's happening with SSL on the IW side with a single ':' as an ajax callback parameter:  The ':' is removed then the parameter string is inserted back into the parameter string recursively until it breaks a 4K limit.  In my case the ajax call repeated 6 times from a single click until the 4k limit is reached.  Probably would keep repeating otherwise.  Attached is the IW output from a test and you can absolutely see what's happening.  


Attached Files
.zip   output.zip (Size: 355 bytes / Downloads: 5)
Reply


Messages In This Thread
RE: Input on ajax callbacks not working - by MJS@mjs.us - 10-22-2019, 12:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)