Skip to content Skip to sidebar Skip to footer

Submitting A Html Form To Go To A Url Does Not Load The Webpage? It Starts To Load Then Nothing Happens?

here is my HTML form:
I test t

Solution 1:

Your request is refused by Google because it expects the form post request to originate from the same server (ie: google.com). You can 'disable X-Frame-Options: SAMEORIGIN' option only if you're the site owner. You might want to consider looking into their API's.

Here's another thread I found on that issue: When did Google Search start sending X-Frame-Options: SAMEORIGIN?

Post a Comment for "Submitting A Html Form To Go To A Url Does Not Load The Webpage? It Starts To Load Then Nothing Happens?"