23 lines
537 B
YAML
23 lines
537 B
YAML
id: sap-spartacus-detect
|
|
info:
|
|
name: SAP Spartacus detect
|
|
author: TechbrunchFR
|
|
severity: info
|
|
description: Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
|
|
reference:
|
|
- https://github.com/SAP/spartacus
|
|
metadata:
|
|
verified: true
|
|
tags: tech,sap,hybris,angular,spartacus
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- part: body
|
|
type: word
|
|
words:
|
|
- "<cx-storefront"
|