Forum Discussion

Bill_In_Irvine's avatar
Bill_In_Irvine
Contributor
7 years ago

How can I make a SoapUI request out of a Node https.request with its options subfields?

 

I accidentally posted this question in the plug-ins developers' community. 

 

My group is new to using Ready! API. Some of our existing REST tests are written using Node.js v8.0.0, especially the https.request with its options field.  There are several subfields in options: hostname,  port, path, and method. I think I can handle the mapping into a Ready! API request.

 

There is a header field - I'm not sure about it but I think this involves the name/value pairs?

 

I'm worried about the request subfields  key, cert, ca, rejectUnauthorized, and requestCert.

 

Now I know I can specify keys and certificates in the Ready! API's Preferences / SSL form. I suspect this is all I need to be concerned with and I can ignore the options. I suspect Ready! API takes care of the rejectUnauthorized and requestCert activities.

 

Can someone here confirm?

No RepliesBe the first to reply