• Resolved hendriktso

    (@hendriktso)


    Hi all,

    I’m currently using the /wc-auth/v1/authorize endpoint to create and get the API keys for the appropriate user.
    I’m using the user_id for internal reference. Sometimes the user_id parameter includes a ‘+’ character.
    Theres no way to avoid this.
    Unfortunately this ‘+’ is replaced by ‘ ‘, when I receive the callback with the created keys and so on.
    That makes it impossible for me to identify the user. Although because I don’t know if more characters are getting replaced in the callback. Maybe the ‘+’ character is only one of many characters, that are getting replaced? I just want to be sure, that I get the userid parameter in the same way as I passed it…

    That’s what i pass:
    ak58coGVNMH+TwY6qvpGuMVnE9P40Gh0BhBZAAXxsnE=

    That’s what i receive:
    ak58coGVNMH TwY6qvpGuMVnE9P40Gh0BhBZAAXxsnE=

    Best regards,
    Hendrik

    • This topic was modified 6 years, 2 months ago by hendriktso.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems sending character ‘+’ in user_id parameter (POST Request)’ is closed to new replies.