Answers for "Mixed Content: The page at 'https://datislift.ir/login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://datislift.ir/api/api/login'. This request has been blocked; the content must be served over HTTPS."

0

mixed content: the page at was loaded over https, but requested an insecure xmlhttprequest endpoint

export function median(pool: number[]): number {
  return pool[Math.floor((pool.length - 1) / 2)];
}
Posted by: Guest on January-01-1970

Code answers related to "Mixed Content: The page at 'https://datislift.ir/login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://datislift.ir/api/api/login'. This request has been blocked; the content must be served over HTTPS."

Browse Popular Code Answers by Language