rem’s avatarrem’s Twitter Archive—№ 70,539

  1. …in reply to @mathias
    mathias In the end I was able to solve (very late last night). String is encoded first at the client, sent to the server, needed custom decodeURIComponent then node's url.parse(…).href did the trick. Super inception'y though!