Skip to content

How to pass request Certificate? #275

@roman-makarov-wa

Description

@roman-makarov-wa

Is there any option to pass certificate in test request?

MyWebApi
.Server()
.Working()
.WithHttpRequestMessage(
request => request
.WithStringContent(string.Empty, CoreConstants.TEXT_XML_CONTENT_TYPE)
.WithMethod(HttpMethod.Post)
.WithRequestUri(url))
.ShouldReturnHttpResponseMessage()
.WithStatusCode(HttpStatusCode.Forbidden);

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions