Skip to content

Headers.raw is not a function #228

@chr1spolo

Description

@chr1spolo

Hi, I am using your tool, but I am having problems.

I am using this version of node: v20.5.0.
yarn: 3.4.1

I am using the tests with this command:
yarn validate --testNamePattern='auth'

for example the clock test works correctly, but the "auth" test gives me these errors

in the file: validate/validations/auth.test.ts:33
I get an "error headers.raw() is not a function".

in the file: validate/validations/auth.test.ts:51
axios does not save the cookies, when I make the following request, my server does not find saved cookies, so I cannot evaluate if the nonce exists.

I had to change to commit "8272fa5" to make it work, because the recent changes don't work, they don't even execute any request, can you help me?

PS: when I use postman to test, the cookies work correctly.

image

in the most recent version this is what I get:

image

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