Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Powernet-Networking Unable to Send Complex Packets
#2
Digging deeper, I found a workaround for this problem here. The key is to replace the special characters ("&" and "=") with codes which will later be converted back
into the corresponding character. This allows a two dimensional list to be formed, and the format is quite ugly:

= becomes %3d
& becomes %26

name1=val1&name2=subname1%3dsubval1%26subname2%3dsubval2&name3=val3


I would much rather it be more intuitive and easier to read, like the following:

name1=val1&name2=(subname1=subval1&subname2=subval2)&name3=val3

Using parentheses to group items as a value would also allow multidimensional lists to be formed from a string input.

Edit: Link to potential patch


Messages In This Thread
RE: Powernet-Networking Unable to Send Complex Packets - by ihenn - 09-01-2016, 08:45 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)