User Tools

Site Tools


informatica:linux:curl:post

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
informatica:linux:curl:post [2020/05/29 16:58] joseinformatica:linux:curl:post [2020/05/29 17:04] jose
Line 34: Line 34:
      
 Ponemos el parámetro -b para leer la cookie anterior y volvemos a hacer lo mismo con -c,-D,-o subiendo un número para tener histórico: Ponemos el parámetro -b para leer la cookie anterior y volvemos a hacer lo mismo con -c,-D,-o subiendo un número para tener histórico:
 +
 +POST:
 +  LanguageRequestTime=1590767092&uselang=en&ContLang=en&submit-continue=Continue
 +Le he quitado la -> del post y funciona.
  
 <code> <code>
Line 46: Line 50:
 </code> </code>
  
-Pulsmos otra vez continue:+Pulsamos otra vez continue:
 POST: POST:
   submit-continue=Continue   submit-continue=Continue
Line 58: Line 62:
      -d "submit-continue=Continue" \      -d "submit-continue=Continue" \
      -e "http://localhost:8000/mw-config/index.php?page=Welcome" \      -e "http://localhost:8000/mw-config/index.php?page=Welcome" \
-     -L "http://localhost:8000/mw-config/index.php?page=Language"+     -L "http://localhost:8000/mw-config/index.php?page=Welcome"
 </code> </code>
  
Line 76: Line 80:
      -L "http://localhost:8000/mw-config/index.php?page=DBConnect"      -L "http://localhost:8000/mw-config/index.php?page=DBConnect"
 </code> </code>
 +
 +Si dejamos marcado lo de "Use the same account as for installation" y pulsamos continue:
  
 POST: POST:
informatica/linux/curl/post.txt · Last modified: 2020/05/29 18:00 by jose