# 21620: Invalid media URL(s)

Log Type: APPLICATION

Log Level: ERROR

## Description

One or more media URLs that you provided is invalid — they are malformed in some way.

Typically, this error is issued when a URL lacks a protocol specifier prefix, i.e., `htttp://` or `https://`.

### Possible causes

The URL(s) lack a protocol specifier: `http://` or `https://`

### Possible solutions

Add a correct protocol specifier prefix: `http://` or `https://`
