<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSWS authentication in URL ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167426#M41999</link>
    <description>Willem,&lt;BR /&gt;&lt;BR /&gt;The right syntax for defining username and password in URL is:&lt;BR /&gt;&lt;BR /&gt;http://username:password@hostname:port/&lt;BR /&gt;&lt;BR /&gt;See specification at page 17 of the RFC.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ietf.org/rfc/rfc1738.txt" target="_blank"&gt;http://www.ietf.org/rfc/rfc1738.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
    <pubDate>Thu, 02 Apr 2009 05:35:05 GMT</pubDate>
    <dc:creator>Bojan Nemec</dc:creator>
    <dc:date>2009-04-02T05:35:05Z</dc:date>
    <item>
      <title>CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167423#M41996</link>
      <description>Situation: CSWWS 1.3; CGI script, directoryis defined:&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    Options Indexes FollowSymLinks Multiviews&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;AllowOverride ALL&lt;BR /&gt;&lt;LIMIT get="" post=""&gt;&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthName "Whatever"&lt;BR /&gt;AuthOpenVMSuser On&lt;BR /&gt;Require valid-user&lt;BR /&gt;&lt;/LIMIT&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Mapping of this directory is /wg/cgi/.&lt;BR /&gt;&lt;BR /&gt;The URL http://server:port/wg/cgi/... requests login, under CSWS control.&lt;BR /&gt;However, a non-VMS program wants to access this script over the (internal) network, passing username and password in the URL-header, so the interactive login-sequence by CSWS is bypassed; still, MOD_AUTH_OPENVMS should still check the credentials with VMS. The script and accompanying software will do it's own checks, but only if the user is validated against VMS.&lt;BR /&gt;&lt;BR /&gt;I'm told it should be possible with this setup, but I couldn't find how to specify username and password in the URL. &lt;BR /&gt;&lt;BR /&gt;My question is how do I specify these credentials?&lt;BR /&gt;&lt;BR /&gt;(I know http will send data without encryption, but for the moment, this is no issue (closed network). In the future, we'll use https for transport, but for clearity we would do without to start with)</description>
      <pubDate>Wed, 01 Apr 2009 18:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167423#M41996</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-01T18:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167424#M41997</link>
      <description>http:/username password/server:port/wg/cpi/</description>
      <pubDate>Wed, 01 Apr 2009 22:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167424#M41997</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2009-04-01T22:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167425#M41998</link>
      <description>That doesn't work, at leastr, not using a browser (used to test)</description>
      <pubDate>Thu, 02 Apr 2009 04:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167425#M41998</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-02T04:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167426#M41999</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;The right syntax for defining username and password in URL is:&lt;BR /&gt;&lt;BR /&gt;http://username:password@hostname:port/&lt;BR /&gt;&lt;BR /&gt;See specification at page 17 of the RFC.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ietf.org/rfc/rfc1738.txt" target="_blank"&gt;http://www.ietf.org/rfc/rfc1738.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 02 Apr 2009 05:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167426#M41999</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2009-04-02T05:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167427#M42000</link>
      <description>Thanks Bojan, just a minor (?) issue. It works for Mozilla, but not in IE6 (and that's what is used in environment)</description>
      <pubDate>Thu, 02 Apr 2009 06:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167427#M42000</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-02T06:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167428#M42001</link>
      <description>I may have found the IE6 issue: For a change, IE seems to adhere to a standard. This RFC states for HTTP:&lt;BR /&gt;[quote]&lt;BR /&gt;An HTTP URL takes the form:&lt;BR /&gt;&lt;BR /&gt;      http://&lt;HOST&gt;:&lt;PORT&gt;/&lt;PATH&gt;?&lt;SEARCHPART&gt;&lt;BR /&gt;&lt;BR /&gt;   where &lt;HOST&gt; and &lt;PORT&gt; are as described in Section 3.1. If :&lt;PORT&gt; is omitted, the port defaults to 80.  No user name or password is allowed.&lt;BR /&gt;[/quote]&lt;BR /&gt;&lt;BR /&gt;Anyway, since it works using FireFox, I can work with it :)&lt;BR /&gt;&lt;/PORT&gt;&lt;/PORT&gt;&lt;/HOST&gt;&lt;/SEARCHPART&gt;&lt;/PATH&gt;&lt;/PORT&gt;&lt;/HOST&gt;</description>
      <pubDate>Thu, 02 Apr 2009 07:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167428#M42001</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-02T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167429#M42002</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;It works for Mozilla, but not in IE6&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;IMHO, &lt;A href="http://www.end6.org/" target="_blank"&gt;http://www.end6.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 02 Apr 2009 07:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167429#M42002</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2009-04-02T07:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167430#M42003</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;Microsoft explanation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/834489" target="_blank"&gt;http://support.microsoft.com/kb/834489&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 02 Apr 2009 08:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167430#M42003</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2009-04-02T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167431#M42004</link>
      <description>That explains it.</description>
      <pubDate>Thu, 02 Apr 2009 10:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167431#M42004</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-02T10:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS authentication in URL ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167432#M42005</link>
      <description>See discussion</description>
      <pubDate>Thu, 02 Apr 2009 10:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-authentication-in-url/m-p/5167432#M42005</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-04-02T10:13:07Z</dc:date>
    </item>
  </channel>
</rss>

