Skip to content

414 Request-URI Too Large #32

@jaimerambo

Description

@jaimerambo

I try send mail with unrest library and I have this problem this, I used the next code

HttpRequestWithBody request = null;
            request = Unirest.post("********************************" + "messages")
                    .basicAuth("api", "**********************************")
                    .queryString("from", from)
                    .queryString("to", to)
                    .queryString("subject", subject)
                    .queryString("html", html);
            //request.header("content-type", "Content-Type: text/html; charset=UTF-8");

and the response is 414 Request-Uri Too Large.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions