Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-03-2012, 05:35 PM   PM User | #1
Coyote6
Regular Coder

 
Join Date: May 2009
Location: Moore, OK
Posts: 277
Thanks: 10
Thanked 41 Times in 41 Posts
Coyote6 is an unknown quantity at this point
Non-Secure App Canvas Form Action Directed to SSL Secured Page

Didn't know exactly which forum topic to post this in, but here is the problem. We have built a Facebook app that utilizes the Canvas and Tab pages. The site has a form on it and everything works exactly like it should. We are now being requested to change the form's action from a relative link to an absolute link pointed to the secure version of the form. Example:

Page hosted on http://app.example.com/form

PHP Code:
<form method="post" action="/form">... </form
to be changed to:

PHP Code:
<form method="post" action="https://app.example.com/form">... </form
This is done, but then when the form is submitted, we get an error from Facebook that the web page has a redirect loop. Is there any way around this? The form must be encrypted, and changing the regular tab page to https:// does not work. Thank you, any help is appreciated.
Coyote6 is offline   Reply With Quote
Reply

Bookmarks

Tags
action, app, facebook, form, ssl

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:57 AM.


Advertisement
Log in to turn off these ads.