Welcome to the www.tn-data.se training site.
Web security
(XSS) Cross Site Scripting
Get the hash from a string using various algorithms
HSTS - HTTP Strict Transport Security
Unicode
CORS (Cross-Origin Resource Sharing)
(CSP) Content Security Policy
SOP (Same-Origin Policy)
(XSS) Cross Site Scripting
Data: schema
Browser headers
Client hints
WebAuthn
Fingerprint
Cookies
Cookies
Clearing cookies
Same Site Cookies
Same Site Cookies across sites
Cookie path
Cookie domain
CHIPS and cookies
Error simulation
A slow-loading page
A slow-loading page
Exception-throwing page
CircuitBreaker backend service
CircuitBreaker backend
REST APIs
Sample Swagger document
Get the hash from a string using various algorithms
Get all customer data from the REST API:
You can create a new customer by doing a POST to this URL as well.
Include the following fields:
- City
- FirstName
- LastName
- StreetAddress
- ZipCode
When doing a POST, the new content will be available through the Location header
Possible response codes are: 200 OK, 201 Created.
Get a certain customer from the REST API
You can perform both PUT and DELETE to this URL as well. PUT needs the same fields as POST for the previous URL.
Possible response codes are: 200 OK, 204 No Content, 404 Not Found
Concurrent request limited API
Load balancer test page
API method test resource