Skip to content

how to post url without http:// in gsa??

how to post url without http:// in gsa??

already try several time but gsa doesnt allowed url without http:// or https://

cuz some site i'm targeting already give http:// header in url box and if put http:// the result become catastrophic :D

Comments

  • Is this in an engine you've developed yourself? You can use a type=extract variable in the [SETUP] section to strip out http(s), eg.

    [bare_url]
    type=extract
    default=%url%
    remove=http://;https://

  • SvenSven www.GSA-Online.de

    or you use...

    field=%url_domain%%url_path%%url_parameters%

  • thx guys....

    i just play around lil bit with the engine file to suitable with my purpose ;)
Sign In or Register to comment.