HTTP 303 - Forbidden in Refinitiv Data Library for .Net

We are getting a 303 Forbidden error whenever using the Search() for Isins.

It was working nicely as of yesterday.

Is this an administrative problem ? Also the example for dot net Search in the package gives me the same error.

This is utterly urgent since we need to move to Workspace as of June 30th.

Could this be related to the App Key ?

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @roberto_tortini

    Thank you for reaching out to us.

    I tested it with the new LSEG Data Library for .NET and the search function is working fine.

    You may need to enable the TRACE log in the library to verify what the problem is.


    Log.Level = NLog.LogLevel.Trace;

    Log.Output = (loginfo, parms) => Console.WriteLine($"Application: {loginfo.Level} - {loginfo.FormattedMessage}");

    using ISession session = Sessions.GetSession(Sessions.SessionTypeEnum.DESKTOP);
    session.Open();