RebootingNetwork
RebootingNetwork copied to clipboard
Response status code was unacceptable: 404.
method : get parameters: nil path: "" mainURL: URL(string: "https://api.xxx.getValue")!
why return Response status code was unacceptable: 404.
use blow code is ok
request(url, method: .get, parameters: nil, encoding: URLEncoding.default, headers: headers).responseSwiftCairoUser { [weak self] (response) in // }
I'm not sure how can I help you with this