12 days 150 Upgrade to Pro A Aravind Student III
← Back to Dashboard
INTERACTIVE REQUEST EXPLORER

Scenario: Update your cart

Web Page
Hackra Training Store
Security Handbook $49.99
Change the quantity
Identify body parameter
Compare original & modified
HTTP Request
POST /cart/update HTTP/1.1 Host: store.hackra.local Content-Type: application/json Cookie: session=abc123 product_id=104&quantity=1&coupon=SAVE10
Server Response
HTTP/1.1 200 OK Content-Type: application/json {"product_id":104,"quantity":1,"total":49.99}
Continue to Knowledge Check