php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "cross-origin restrictions"

Is it possible to bypass the Origin Policy by calling a URL through the server where a self-programmed PHP script is hosted?

To bypass the Origin Policy, you can use a server-side script like PHP to make the request to the external URL and then serve the response back to the...

How does the access-control-allow-origin header affect the ability to embed an iFrame in a PHP page?

The access-control-allow-origin header controls which domains can access resources on a web page. If the header is not set to allow the domain where t...

What alternative methods can be used to access files on external domains in PHP?

When accessing files on external domains in PHP, you may encounter restrictions due to security measures like cross-origin resource sharing (CORS). To...

What potential issues or limitations should be considered when using JavaScript to manipulate frame content?

One potential issue when using JavaScript to manipulate frame content is the possibility of encountering cross-origin restrictions, where scripts from...

How can one determine the origin of a visitor using PHP?

To determine the origin of a visitor using PHP, you can use the $_SERVER['HTTP_REFERER'] variable which contains the URL of the previous page from whi...

Showing 41 to 45 of 9142 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 1828 1829 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.