# NotAllowed

> Do not allow UnityWebRequest to use plain text HTTP connections.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
NotAllowed = 0
```

### Remarks

[UnityWebRequest](/engine/6000.7/script-reference/unityengine/networking/unitywebrequest.md) uses HTTPs connections at all times. This is the default value.
