Skip to content

Spintax in post data

cherubcherub SERnuke.com
I've just been having a play around with some old engines, and noticed that SER doesn't seem to allow spintax anymore when performing a 'post data' request. Example:
---

[STEP1]

form request with=XMLHttpRequest

post data=location={USA|UK|Canada|Australia|New Zealand}&login=%login%&password=%password%

just download=1

---

Instead of SER spinning the locations and picking one at random (eg Canada), what gets posted is the whole spintax line ({USA|UK|Canada|Australia|New Zealand}). Is this a bug or has spintax been disabled here?

Comments

  • SvenSven www.GSA-Online.de
    try to add...
    encode post data=1
  • cherubcherub SERnuke.com
    Great, seems to work, thanks!
Sign In or Register to comment.