Skip to content

local Testing is only available on https endpoint currently #17

@rohitkeshwani07

Description

@rohitkeshwani07
req, err := http.NewRequest(http.MethodGet, fmt.Sprintf("https://%s/%s", instance.config.BaseURL, path), nil)

You should not hardcode to https as it is making local testing difficult and unncessary complicated. We should make a backward compatible change if protocol is passed use that else you https

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