WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Load Testing with molotov #5

@nirav-chotai

Description

@nirav-chotai

After line, "save it as small.py":

(-) redirect('https://www.google.com/search?q=%s' % request.args['q'])
(+) return redirect('https://www.google.com/search?q=%s' % request.args['q'])

After line, "This is how the file looks in the end":

(-) assert redirect_status == 301, error
(+) assert redirect_status == 302, error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions