<br><br>On Thursday, September 13, 2012, Bill Meek wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 09/13/2012 07:39 PM, Matt Emmott wrote:<br>
...<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So this looks like an issue. The logs have me going to <a href="http://webservices" target="_blank">http://webservices</a><br>
.<a href="http://schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">schedulesdirect.<u></u>tmsdatadirect.com/<u></u>schedulesdirect/tvlistings/<u></u>xtvdService</a><br>
<br>
But I'm not totally sure the data is there. Going to<br>
<a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect</a> tells<br>
me the resource is not available. If I go to the full URL I'm prompted for<br>
a username and PW... I give it my schedulesdirect credentials and the<br>
response is *The specified HTTP method is not allowed for the requested<br>
resource (HTTP method GET is not supported by this URL).<br>
<br>
Is that what I should see?<br>
</blockquote>
<br>
Hi;<br>
<br>
At this point, I fire up wireshark and watch the protocol. You can't use<br>
the browser. It sends the GET you're seeing and SchedulesDirect is expecting<br>
a POST.<br>
<br>
The 1st POST will be answered with a '401 Unauthorized' (which is correct.)<br>
<br>
The 2nd POST will include your user name in clear text and your password<br>
encrypted as well as the realm:<br>
<br>
Authorization: Digest username="yourPasswordHere", realm="TMSWebServiceRealm", ...<br>
<br>
You're not getting bitten by a '@' in your username are you?<br>
<br>I'll load up wireshark tomoorrow but this has "just worked" for years, and nothing has changed, although I've only been on 0.25 for a couple weeks.<span></span></blockquote>