How do I scrape external content using a URLScraper channel through a proxy that requires authentication?

I need to scrape external content but my Portal Server lies in my Intranet. The company has a Proxy server that needs authentication in order to browse the Internet.
In the gateway settings, I have made the entries:
iplanet.com|
* Proxyip:proxyport|
This works in the sense that the gateway contacts the proxy for the content, but I get the Proxy Authentication failed page.
Where do I pass my username and password?
Regards,
Vibha

At the present time, you cannot use URLScraper with proxies that require authentication. You can either reconfigure the proxy to not require authentication when accessed by the portal, or create your own custom provider to pass proxy authentication information in the HTTP header.
Stephen

Similar Messages

  • Use proxy that requires authentication

    In the Portal Global Settings page, it is not possible to specify authentication options for the proxy server.
    How can a proxy that requires authentication be used? Will this be implemented in a future version?

    The proxy uses IWA authenticationThis is the problem I think. As far as I know, to use IWA authentication, you have to configure Identity Management. Please raise a case with Oracle Support and they should guide you correctly to the root cause and possible solutions.
    Regards,
    Anuj

  • How to Load an external swf using loadmovie in AS3

    I need to create a button with script, on rollover load an external swf into movieclip in AS3.  This was able to create this in AS2, but I need to create this in AS3

    Thanks again Ned.
    Kenneth Russell
    graphic artist, Sr.
    Lockheed Martin - MS2
    2323 Eastern Blvd., Baltimore, MD 21220
    Phone 410.682.0554    Fax 410.682.0543
    From: Ned Murphy <[email protected]>
    Reply-To: [email protected]
    Date: Thu, 23 Jul 2009 19:08:25 -0600
    To: kenneth russell <[email protected]>
    Subject: How to Load an external swf using loadmovie in AS3
    In AS3 you use the Loader class to load external swf's and image files.  You
    should be able to find examples both in the Flash help files and these forums
    if you search.  If you aren't aware of how to code buttons in AS3, that can be
    found as well.  In AS3, just about any kind of interction involves the use of
    event listeners in combination event handler functions... in the case of a
    button rollover an example would be...
    btnName.addEventListener(MouseEvent.ROLL_OVER, overHandler);
    function overHandler(evt:MouseEvent):void {
         // your loading code or whatever
    >

  • How to find out web content files linked in folio through scripting

    Hi all,
    Please suggest me, how to find out web content files linked in folio through scripting.
    Regards,
    Moorthy

    @Moorthy – can you tell us a bit more? By mentioning "folio", I think you are referring to Adobe Digitial Publishing Suite (ADPS or short: DPS). If yes:
    1. Do you want to analyze Folio files *.folio and get the linked web content files?
    2. Or do you want to check an InDesign file with an overlay and check what files are linked as web content?
    3. Or something else?
    Where is your base problem?
    Packaging the InDesign files and copy/relinking the web content files after the packaging process?
    Uwe

  • How to relay through an ISP that requires SSL auth for SMTP

    Is there a way to setup outgoing mail to be relayed from my OS X server (10.3.9) through an external SMTP server that requires authentication for SMTP over SSL?
    Seems like there should be a simple way to do this. Any tips appreciated.
    Best,
    russ

    This can certainly be done, but not through Server Admin.
    You will need to edit the configuration files.
    See here:
    http://www.postfix.org/SASL_README.html
    Check the section "Enabling SASL authentication in the Postfix SMTP client" (Do not confuse SMTP client with SMPT server).
    Also check this:
    http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtpauthmailservers.html

  • How to create an External Content Type with SQL Stored Procedures Parameters and query it in a SharePoint App

    Hi,
    I'm new to SharePoint 2013 I want to be able to query a MSSQL database from a SharePoint App I have tried to create an External Content Type (ECT) which is produced from a MSSQL stored Procedure, this procedure has several parameters which are needed to
    filter the data correctly.  From here I want to produce an external list which I can then query from a c# SharePoint app.  If I leave the filters in the ECT null then the list is of course empty or if enter a default values the results are limited
    for the app to query so are no good.
    I want to dynamically pass values to the ECT when querying from the app, is this not possible.  Should I just be returning everything in an external list and then letting the query in the app filter the data, this seems inefficient?
    Is this the best way to do this or should I be doing this differently?
    Please can someone point me in the right direction.
    Thanks

    Hi Pandra801,
    When you create a the external content type, please try to add a filter based on your select statement.
    http://arsalkhatri.wordpress.com/2012/01/07/external-list-with-bcs-search-filters-finders/
    Or, try to create a stored procedure based on your select statement, then create ECT using the SQL stored procedure.
    A step by step guide in designing BCS entities by using a SQL stored procedure
    http://blogs.msdn.com/b/sharepointdev/archive/2011/02/10/173-a-step-by-step-guide-in-designing-bcs-entities-by-using-a-sql-stored-procedure.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to integrate to WebCenter Content using WebServices

    Hi all,
    I have only been exposed to WebCenter Content for a little while and would like to Integrate with it using WebServives - From what I understand is that if you use webservices (WSDL) there are some configuration that needs to happen on the WC Content side and mostly around security. At the moment I'm just testing the services our from SOAP_UI  - Ive used this link http://hostname:16200/cs/idcplg??wsdl
    I've tried viewing the WSDl in a browser but nothing displays... Can someone guide and help me on this?
    Thanks

    Hi,
    You can look up the following articles on MoS portal which gives details / examples and set up steps for working with Webservices :
    1332250.1 Creating a UCM Domain With OWSM Enable
    1332308.1 Calling GenericSoapService with WS-Security settings in JDeveloper using a Web Service Proxy
    1334471.1 Sample Soap Requests for Use in UCM 11g Calls to GenericSoapService (GenericSoapPort)
    Regards,
    Manoj

  • Problems invoking external web page that requires authentication

    We have a web service deployed to OAS 10. This web service needs to be able to open a URL and read the results. This URL requires authentication.
    We have a subclass of Authenticator that provides the user name and password.
    When we run this web service using the debugger from JDeveloper, it works just fine. However, when deployed to the app server, it fails.
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://... at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
    I've stripped out the URL details, but it's invoking a report using Microsoft's SQL Reporting Services.
    If I read the error stream, it indicates that request couldn't be authenticated.
    So, I'm hoping some people here can point me at what's different between the debugger environment and the application server environment. We suspect that it may be related to permissions in a java policy file, or perhaps some other file from which the application server derives its permissions. But our fiddling with these hasn't helped so far.
    So, any ideas as to what went wrong? Ideas on how to open things up so this works?
    Thanks in advance for any help provided.
    BTW, if there's a better forum into which this should be posted, please let me know.

    Greetings,
    401 indicates authentication failure, as you have stated. Once deployed, have you attempted to access the report URL using the uname\pword combination with the strings which are hard-coded in your subclass? You can turn up logging to FINEST and customize what logging on the server returns. Login to your OAS administration portal and review the logging options there. If you start the server from the command line, you can view the output there real-time.
    -Michael

  • Can't send email using Windows Mail (Vista) through Anonymizer proxy server

    I have recently installed a new version of Anonymizer which I need for access to a particular forum, but when it is connected I cannot send email. The message I got from Anonymizer support is as follows:
    Anonymizer Universal blocks unencrypted mail port 25 to prevent abuse of our service by spammers. If you have an email address set up to use port 25, please contact your mail administrator to use an alternate port. We have found email providers prefer certain ports including 587 and 465. These ports generally require authentication and you may need to change your outgoing mail server to require authentication.
    I tried these port numbers but they also gave errors. Any suggestions will be appreciated.
    Solved!
    Go to Solution.

    I found the thread on port 587 and I followed the advice on the link for Outlook Express.
    http://www22.verizon.com/ResidentialHelp/HighSpeed​/Email/Setup+And+Use/QuestionsOne/124306.htm
    Windows Mail is slightly different but when I set the outgoing port to 587 without requiring authentication, and it seems to be working OK now. So I'll mark this as solved. This seems to be a major issue since November and it should be in the FAQs and easy to find with a search.

  • How to connect to external server using router from VLAN's

    Hi, I am newbie. I am trying to build network system in Packet Tracer.
    Now I have such network layout.
    I have different VLAN's Accounting and Sales. I have configured this using subinterface in router to allow computers from different vlan's communicate with each other. Everything works.
    Let's assume that there are next subnets and VLAN's. Acct. VLAN (2) (ip's 172.168.0.1-172.168.0.254/24) and Sales VLAN (4) (ip's 172.168.1.1-172.168.1.254/24).
    But I need to connect all this computers to the external server.  That has ip , for instance 192.168.20.13/24. Like this.
    I don't know hot to correctly configure router to make it possible for computers to connect to this server. I have connected switch to the another router interface. And than connected server to the switch and specified ip 192.168.20.13/24. Than I tried to set ip to the router interface from the same subnet like 192.168.20.22/24. So now router can communicate with server.
    But how to allow computers to communicate with the server. Please help. I am newbie.
    I would be grateful for any help.

    Hi Androgen,
    One question for you..How does the sales VLAN computers communicate with the accounting VLAN machines? It's through the inter-VLAN routing that you have already setup.
    Communicating to the external server is also similar to this.
    The computer's in the VLAN should be configured with the default gateway IP which is the the L3 sub-interface IP for that subnet.
    Also, the external server needs to have a default gateway to communicate with other remote subnet. The default gateway of that server would be 192.168.20.22 which is the L3 interface for your external subnet.
    CF

  • How do I place external content in a Collapsible Panel

    I figured out how to add a tooltip to a collapsible panel
    today, but I am having trouble getting content to load in the
    content portion of the panel from another HTML file.
    I have created a loader.gif animation that I would also like
    to appear in the content panel while the content is loading.
    This, like the tooltips, is way above my skill level and any
    help would be appreciated. I am starting from using Spry 1.6's
    built in features in Dreamweaver CS3 and trying to expand on them
    with help using the other spry js found here in the Labs.
    Link to
    collapsible panel page I am working on
    Currently I have all the content panel text in panels. I
    would like to copy the content to another file so it can load only
    when the panel tab is opened.

    Check out this example.
    http://labs.adobe.com/technologies/spry/samples/utils/update_content.html
    its about updateContent which allows u to place content in
    your div.
    U could create a little function for it to load content in
    your divs.
    Example of load indicator + function setup:
    the indicator div
    <div id="indicatorMessageBoxId"><img
    scr="imagehere.gif" /> Please wait loading content </div>
    The function (place in <script> tags and place it in
    header (dont forget to include SpryData.js)
    function updateContent(ele,url){
    //U call this by using the command:
    updateContent('ID_toLoad_contentIn',url_of_new_content');
    document.getElementById('indicatorMessageBoxId').style.display =
    ""; //this will show the indicator loadimage box
    Spry.Utils.updateContent(ele, url, function() {
    document.getElementById('indicatorMessageBoxId').style.display =
    "none"; }); //this will hide the box when loading file is done
    u can attach this function on your collapspannel by adding a
    onclick="updateContent('myId','data/page.html');" to the
    element.
    Hope this helps :)

  • How to login and download content using the Dreamweaver FTP

    Hi ya,
    I'm fairly new to Dreamweaver, and currently working my way through tutorials.
    I have be given details for my company website and told to login via the Dreamweaver FTP and download all the files for Dreamweaver from there.
    The details I have been given are:
    IP Address
    User Name
    Password
    I have been looking in Dreamweaver as to where to type in this info. (Guessing its somewhere in the 'Manage Sites' tab), but can't seem to find the correct place to login.
    All the tutorials I find seem to be about how to upload through the FTP not download.
    How do I go about using the FTP details given to download the Dreamweaver content to manage my website?
    Thanks

    Which version of Dreaamweaveer?
    CS4
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSBE25912D-A9DE-4ba1-9F85-4C692F5C14ADa .html
    CS5
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSee8adad8a8c1990b-6cb1a36e1266d204f20-80 00.html#WS269BF2C1-74ED-4797-9D9D-6EC283FE7645a

  • How does apple TV cache content, + use with imac

    I am thinking about buying an apple TV, but have some questions
    -does the Apple TV only stream content in real time, or can it store content e.g If I want to watch a film with the family, can I download the full film to the apple tv in advance, or does it just stream in real time, with a buffer? I am slightly concerned about internet issues interrupting a film.
    -If I have an Itunes rental film on an Imac, I understand the Apple TV will stream it. Wont the film be the wrong size if its on the Imac e.g formatted for the Imac, but not a 720P TV? Will there be some loss of quality?

    Yes, the ATV2 only streams. It has an 8gb cache that stores the film as you watch it but you cannot use it as a hard-drive.
    I believe you can rent HD movies on the computer, albeit a more limited selection. Even so you won't have any format issues.

  • How to format an external drive used for time machine

    My 150 Gig external hard drive showed too full for a time machine backup. It only showed 20 gig left. So I moved the time machine backup on it to the trash to make room for a new one. This did nothing. With the files in the trash the drive still shows full even though it has no time machine backup on it.
    So I would like to know how I can format this drive again to get it to accept a brand new time machine backup. Or how do I get time machine to recognize the drive as empty instead of full.
    I now know I should have at least a 500 gig drive to let time machine make it's plethora of backups. But the 150 gig drive is what I have right now to backup an 80 gig hard drive and I would like to start from scratch.
    Thanks,
    JJ Bula

    With the files in the trash the drive still shows full
    You need to empty the Trash before anything is actually removed from the drive.
    If you want to completely erase the drive, launch Disk Utility, select the drive, go to the Erase pane and click "Erase".

  • How to extract a tags content using DOMParser in PL/SQL

    The structure of my xml-document is as below:
    <Reply>
    <Errors>
    <Error Number="0">No Error Occured</Error>
    </Errors>
    </Reply>
    Using DOMParser in PL/SQL iam able to extract the value associated with the 'Number' attribute in the <Error> tag, but i am unable to extract the text (error message => "No Error Occured") embedded in the <Error> tag.
    How should i go about? Provide any hints, if possible sample code.
    Thanks in Advance.
    RamPrasad.

    In order to get the text, you need to check the child node, as the text really lives by itself.
    For example I modified the DOMSAMPLE to dislay the text not just the attributes. I have included the code below.
    I hope that this helps you.
    for i in 0..len-1 loop
    n := xmldom.item(nl, i);
    dbms_output.put(xmldom.getNodeName(n) || ' ');
    n := xmldom.getfirstchild(n);
    IF xmldom.getnodetype(n) = xmldom.Text_Node THEN
    v_val := xmldom.getnodevalue(n);
    dbms_output.put_line(v_val);
    END IF;
    end loop;
    I really think that the XML tools in Oracle would be much more useful, is they were accompanied by complete documentation.
    The structure of my xml-document is as below:
    <Reply>
    <Errors>
    <Error Number="0">No Error Occured</Error>
    </Errors>
    </Reply>
    Using DOMParser in PL/SQL iam able to extract the value associated with the 'Number' attribute in the <Error> tag, but i am unable to extract the text (error message => "No Error Occured") embedded in the <Error> tag.
    How should i go about? Provide any hints, if possible sample code.
    Thanks in Advance.
    RamPrasad.

Maybe you are looking for

  • Export in HD 1280x720 16:9 without letterbox

    I use a Canon HG20 and want to fit YouTube's widescreen with no letterbox but I can't seem to export in HD without a letterbox. A tutorial video said to use these settings Key frames - Every 30 frames Data rate - Restrict to 1800 kbits/sec Dimensions

  • My PDF Document can't open properly in Acrobat Reader XI, But properly open in Acrobat Reader X

    Hi ~~ As the topic, My customers using Acrobat Reader XI Can't open My Pdf file, But, same file can be opened properly in Acrobat Reader X, Acrobat Reader XI shows Error Message: Can't Capture Embeded Font Is there any update of Acrobat Reader XI can

  • Certification test for logic 9

    Hello I want to make the certification test for Logic Pro 9.I have seen on the Internet that the test has 89 questions and I have one hour to complete this test. Is this true? I  have read the whole book and, I was wondering if anyone could email me

  • NOKIA C3-01 DISABLE GPRS

    I have activated GPRS on my NOKIA C3-01. I have set up mail and surfed on default internet. Now I am not able to disable internet. [E] Symbol is all time present.Packet data (when avaliable). Please some one hepl me out to disable my GPRS Solved! Go

  • Mountain Lion cannot access Time Capsule

    Hello, I just finished installing Moutain Lion and trying to access my things on Time Capsule. I cannot do that. Migration Assistant is saying that some backup could not be accessed, accesing by Time Machine prefs paneldoesn't work (operation can't c