function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nithyanithya 

error in Sf+flex app

Tried to execute an SF app integrated with Flex 3. The app just queries for some account details and display it.

 

Getting the following error can any one help me?

 

ObjectUtil.toString(fault) (com.salesforce.results::Fault)#0
  context = (null)
  detail = (Object)#1
    UnexpectedErrorFault = (Object)#2
      exceptionCode = "UNSUPPORTED_CLIENT"
      exceptionMessage = "HTTPS Required"
      xsi:type = "sf:UnexpectedErrorFault"
  faultcode = "sf:UNSUPPORTED_CLIENT"
  faultstring = "UNSUPPORTED_CLIENT: HTTPS Required"

 

Thanks

Nithya

Best Answer chosen by Admin (Salesforce Developers) 
nithyanithya

The problem got solved by unchecking the require secure connections in Setup/security controls/Session Settings