my own Parse server.

my own Parse server.

i found a bug during usage of my local parse server. Delphi components use rest call to r/w data with server, so some header params must be used. it' automatic, so it's fantastic. :)

the problem: New parse session token header is like this :
X-Parse-Session-Token: r:f8cc89290f8b5faca26aecb4f4e4d52f
problem is that ":" inside token! ! delphi convert it to :
r %3A f8cc89290f8b5faca26aecb4f4e4d52f
and parse server don't recognize it.

now the question : should I open a quality issue in embarcadero or a issue in parse server development?? =D =D =D =D =D

Comments

  1. looks to me that the issue is on the delphi side, it's encoding the colon

    ReplyDelete

Post a Comment