PHP Classes

File: testcases/gmail_httpauth.xml

Recommend this page to a friend!
  Classes of zent00   Curly   testcases/gmail_httpauth.xml   Download  
File: testcases/gmail_httpauth.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Curly
Test sites verifying if responses match XML specs
Author: By
Last change:
Date: 10 years ago
Size: 346 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <cases> <case id="1" name="gmail_atom"> <curl_setopt> <CURLOPT_URL>https://mail.google.com/mail/feed/atom</CURLOPT_URL> <CURLOPT_USERPWD><![CDATA[user:password]]></CURLOPT_USERPWD> </curl_setopt> <checks> <status_code> <code>401</code> </status_code> </checks> </case> </cases>