mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Added mixed content note to 'HTTP request' error message.
This commit is contained in:
parent
fbd6ead6b7
commit
eda17d1671
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ const HTTP = {
|
|||
return e.toString() +
|
||||
"\n\nThis error could be caused by one of the following:\n" +
|
||||
" - An invalid URL\n" +
|
||||
" - Making a request to an insecure resource (HTTP) from a secure source (HTTPS)\n" +
|
||||
" - Making a cross-origin request to a server which does not support CORS\n";
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue