I got weird error when using https, unfortunately the error only come in specific API
here the error in my log
BasicNetwork.logSlowRequests: HTTP response for request=<[ ] http:/API/private/cart 0x6adf7baf NORMAL 12> [lifetime=628], [size=326], [rc=301], [retryCount=5]
BasicNetwork.performRequest: Request at https://API/private/cart/ has been redirected to http://API/private/cart
com.android.volley.RedirectError
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://API/private/cart">here</a>.</p>
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at API Port 80</address>
</body></html>
Hi,
I got weird error when using https, unfortunately the error only come in specific API here the error in my log
Any help would be appreciated