Originally posted by **Nikita-Goncharov** May 19, 2024
### I Have that error in postman:
```
{
"message": "[HTTP] The VirtualHost is read-only: [default] (403)",
"statusCode": 403
}
```
When i try to create new application, create or delete outputprofile.
But getting vhosts, apps and recording streams in files works.
### Example of output profile creation:
Link: **myIP:3005/v1/vhosts/default/apps/app/outputProfiles**
Right Authorization token in headers.
Body:
```
[
{
"name": "bypass_profile",
"outputStreamName": "stream_bypass",
"encodes": {
"videos": [
{
"bypass": true
}
],
"audios": [
{
"bypass": true
}
]
}
}
]
```
### OvenMediaEngine Server.xml config:
```
OvenMediaEngineorigin*falsestun.l.google.com:19302truetruefalse23005808211119351999914000/udp333333341*:10000/udp*:3478true190001333333341333333341*:10000-10005/udp*:3478true1*myUser:myPassword*defaultovenmediaengine.com*applivefalsebypass_stream${OriginStreamName}stream_${Port}400030000/mnt/shared_volumes/${VirtualHost}/${Application}/${Stream}/
${StartTime:YYYYMMDDhhmmss}_${EndTime:YYYYMMDDhhmmss}.ts/${VirtualHost}/${Application}/${Stream}.xmltrue./record_info.xml1830000falsefalsefalse0.2610*
```
What should i do ?🙏
Discussed in https://github.com/AirenSoft/OvenMediaEngine/discussions/1620