Are there any issues with changing POST to GET in login.php? Are there any issues with changing POST to GET in login.php?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Are there any issues with changing POST to GET in login.php?

Started by slausen, April 17, 2006, 06:08:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

slausen

Hi-

I would like to automatically authenticate my CPG users based upon whether they have successfully logged in to another system. Are there any issues with changing the requirement that the info be POSTed? What I want is for the other system to simply pass the usr/pwd info into CPG without the user having to log in directly.

I am aware that GETS will show up on the URL line, but was wondering if there are any other issues. Or is there a better way to do this? Thanks.

Nibbler


slausen

Quote from: Nibbler on April 17, 2006, 06:10:04 PM
Use $_REQUEST. Better yet use the bridging system.

Thanks for the info Nibbler :) .  I changed the GETS to REQUESTS.

I took a look at the bridging system, but it seemed a little complex for just login and the doc on creating a custom bridge is sparse... I did some searches on the board also.