Git Product home page Git Product logo

Comments (5)

phy25 avatar phy25 commented on June 21, 2024

My guess is that your PHP environment is weird. This is simply PHP not recognizing the GET ticket parameter at all.

You can try with replacing that whole file with

<?php
phpinfo();

and then visit https://test_cas.domain.local/?ticket=ST-ada9fa6c1e14f569bcaccce5fb16956e26bb68bda1ad0cf6704fbab053cd4c04 directly. See if you can observe the ticket parameter in one of the sections on the info output.

from phpcas.

PierreMaurer avatar PierreMaurer commented on June 21, 2024

Hello,

Thank's for your help.

I remplaced the whole php file by the phpinfo and i got the ticket in
$_SERVER['REQUEST_URI'] /?ticket=ST-ada9fa6c1e14f569bcaccce5fb16956e26bb68bda1ad0cf6704fbab053cd4c04

I think the problem come from my php environment because i try with nodeJS and work with it.

from phpcas.

phy25 avatar phy25 commented on June 21, 2024

I finally got a chance to try this myself. To double check, you are saying you don't have $_GET['ticket'] as well as $_REQUEST['ticket'] on that page, under "PHP Variabless"?

from phpcas.

PierreMaurer avatar PierreMaurer commented on June 21, 2024

Exactly, under "PHP Variables" I just have $_SERVER['REQUEST_URI'] and i don't have $_GET['ticket']

And i just see, the variable name is Request_URI and not ticket

from phpcas.

phy25 avatar phy25 commented on June 21, 2024

Thanks. I'd recommend you try with another PHP environment and maybe go from there. Closing as there's really nothing a library van do realistically here.

from phpcas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.