Skip to Content
0
Former Member
Jun 04, 2018 at 06:10 PM

API call to retrieve cart, response with HTML login page

149 Views

Hi, I tried to use the API **https://localhostl:9002/rest/v2/apparel-uk/users/ff@mail.com/carts/current** but the response is the login page of my website.

 <html lang="it">
     <head>
         <title>
         Site</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
         <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <meta charset="utf-8">
         <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
         <meta name="keywords">
         <meta name="description">

I retrieve the token without any problem from /authorizationserver/oauth/token What could I do? Thanks