I am using Moya with Alamofire. They are tightly integrated. However, either Moya or Alamofire is escaping my body json parameters in the POST request.
I am looking for where and how to prevent this escaping from happening.
Example:
{
"credentials": {
"secret":
jJWoBkc64O0VzcjRQv4MIuQv0HgRLiNQZL7GAhtINz6EKuaK+u+YkBMi9z3v6rqLBh8TD8lIO3F+5t7iJB/FJw==
See the /FJw== that gets escaped to \/FJw==
\/is a valid escape sequence. You have no need to prevent it. - OOPer\/is the reason your REST service is interfered? Please show enough info. - OOPer