https://github.com/mazkdevf/test-ictconscript-admission-xsstesting
:)
https://github.com/mazkdevf/test-ictconscript-admission-xsstesting
c5school
Last synced: 5 months ago
JSON representation
:)
- Host: GitHub
- URL: https://github.com/mazkdevf/test-ictconscript-admission-xsstesting
- Owner: mazkdevf
- Created: 2025-07-19T21:32:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T13:14:15.000Z (7 months ago)
- Last Synced: 2025-08-27T14:44:42.130Z (6 months ago)
- Topics: c5school
- Homepage: https://puolustusvoimat.fi/en/about-us/c5-agency
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-ictconscript-admission-xsstesting
## Example 1
**GIT Repository:** https://github.com/Rozza049/test-ictadmission
**Published URL:** https://rozza049.github.io/test-ictadmission/

### This code was inserted into Title field works also for the body..
```js
```
## Example 2
**GIT Repository:** https://github.com/aapeliw/test-ictconscript-admission/
**Published URL:** https://aapeliw.github.io/test-ictconscript-admission/

### This code was inserted into Title field works also for the body..
```js
```
## Example 3
**GIT Repository:** https://github.com/RoxareX/test-ictconscript-admission
**Published URL:** https://roxarex.github.io/test-ictconscript-admission/


```js
fetch('https://test-ictconscript-admission.onrender.com/api/entries/13', {
method: 'PUT',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
title: 'Hey! XSS Testing',
body: 'XSS protections are in good shape, PUT and DELETE endpoints poses a significant security risk. Sincerely CYBR Researcher / FS Software Engineer MK.',
lat: '
',
lon: `
`
})
})
.then(r => r.json())
.then(console.log)
.catch(console.error);
```