0

I've tried fetching sites from a TYPO3 page using wget following this answer.

But it did not work, since I do not see a target for the login form.

It calls TYPO3FrontendLoginFormRsaEncryption.submitForm() as onsubmit.

I can't show you the website, but I figure this should be common with TYPO3 pages.

Is there a way to get behind the login form?

Community
  • 1
  • 1
Minix
  • 247
  • 4
  • 17

1 Answers1

2

For one time access just login from the computer and then use the cookie you get from the same computer / IP address in the script. You can get them with browser developer tools. Depending on the security settings, you might need to send also the same user agent header as browser you used to login, which you can check with developer tools as well.

Jozef Spisiak
  • 853
  • 5
  • 13