Skip to content

Throw a warning/error on non-existant variable interpolation #119

@wynro

Description

@wynro

I have been stuck in a lesson for a while because the bootdev client was sending the following header to my server:

Authorization: Bearer ${jwtTokenMike}

(Literally, without interpolating the variable)

The issue was that I made a mistake in a previous check and the variable wasn't being filled so the interpolation didn't work, so it was my mistake.

I think it would be better if instead of silently ignoring the non-existant variable the client showed a warning or an error of some kind to make the error more obvious.

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