You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Hello, Im a Korean android developer and new with swift4.
I need to post a url as restful api, and it takes parameter as a single string body that is encrypted like 'QlDlLNnhk6N81QfAXfTVT09Z5UOHO/uzXax26Z4bp5U='.
It will be decrypted as a JSON string like { "id": "abc", "pwd":"1234" }, so i cannot put just data:[ key : value ].
Is there any way to send single string? or should i find another http library?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, Im a Korean android developer and new with swift4.
I need to post a url as restful api, and it takes parameter as a single string body that is encrypted like 'QlDlLNnhk6N81QfAXfTVT09Z5UOHO/uzXax26Z4bp5U='.
It will be decrypted as a JSON string like { "id": "abc", "pwd":"1234" }, so i cannot put just data:[ key : value ].
Is there any way to send single string? or should i find another http library?
The text was updated successfully, but these errors were encountered: