Skip to content

Add test to callback_url field to ensure it accepts port number #129

@djanderson

Description

@djanderson

Currently this implementation of callback_url does accept a port number (and forwards to the correct port, tested by nc -l 10000 and then sending to that. Note that 127.0.0.1 and localhost do not work since they have different meanings from inside the docker container but using my computer's actual IP, it forwarded to the correct port).

It should generally be acceptable, but specifically for a sample streaming action the receive application will most likely not be running on :80.

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