An open API service indexing awesome lists of open source software.

https://github.com/mazkdevf/test-ictconscript-admission-xsstesting

:)
https://github.com/mazkdevf/test-ictconscript-admission-xsstesting

c5school

Last synced: 5 months ago
JSON representation

:)

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/

kuva

### 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/

kuva

### 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/

kuva

kuva

```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);

```