0

When I log in on Jasperserver, everything is ok. I can execute all the reports with parameters.

But when I log in through PHP with that URL:

$url="https://company.domain.com:8443/jasperserver/home.html?j_username=".$login_user_name."&j_password=".$accesskey;

I can't execute reports with parameters (date) every time I have the message:

enter valid date format...

nickhar
  • 19,981
  • 12
  • 60
  • 73
user1756365
  • 135
  • 3
  • 12
  • 1
    You're most likely missing a POST variable? – Wayne Whitty Oct 26 '12 at 10:59
  • No? It's because suddenly my date format changes... when i normally log in to jasperserver the format = yyyy-mm-dd But when I login through php the dateformat is dd/mm/yyyy How can I fix that? – user1756365 Oct 26 '12 at 11:14

0 Answers0