-
Notifications
You must be signed in to change notification settings - Fork 0
Session Fetch
2000eBe edited this page Apr 27, 2023
·
6 revisions
This use case enables the user to gain insight into how to interact with the Web API and understand the data they will receive. The data could originate from either the capture area or the regex settings.
The following is a simple flow:
- The user of a third-party application must send a GET HTTP request to the Web API endpoint with the correct key, which will be provided by the data user.
- The Web API will authenticate the provided key for security purposes.
- The data will be fetched and subsequently sent to the user or third-party.
- The third-party user will utilize the data for any purpose they desire.
Feature: Use Case Create Session
As a user
I want to be able to retrieve data from other user and build things onto of this data
Scenario: Provides invalid Key in URL
Given the provided URL
Then the Web API will invalidate the URL and the Key and then will return 403 for an unautherized access
Scenario: Provides valid Key in URL
Given the provided URL
Then the Web API will validate the provided url with key
AND will return the requested data to the user
There is no Mock-up because it describes the way how people would interact with the API.
(n/a)
(n/a)
(n/a)
(n/a)