Accessing a WMS created with Geoserver that requires authentication

Can I create a WMS theme in Map Viewer that is served from Geoserver? This Geoserver WMS requires authentication. I can access it in ArcGIS but I don't know how to access it in Map Viewer.

Where is the Authentication?  The following operates are done in 11.1.1.7.1. Is there any problem? Please talk more detail!
1.Create a WMS theme by Using the Map Builder tool. It's name is wms_theme130wps. The result is the following:
Record contents to be stored into USER_SDO_THEMES
NAME: wms_theme130wps
DESCRIPTON:
BASE_TABLE: WMS
GEOMETRY_COLUMN: WMS
STYLING_RULES:
<?xml version="1.0" standalone="yes"?>
<styling_rules theme_type="wms">
  <service_url> http://localhost:8080/mapviewer/wms? </service_url>
  <user> wms </user>
  <password> +wE1RbfVl94yXdaLJKtG09v64OPJtG40 </password>
  <layers> COUNTIES_TERR </layers>
  <version> 1.3.0 </version>
  <srs> EPSG:4326 </srs>
  <format> image/png </format>
  <bgcolor> 0xA6CAF0 </bgcolor>
  <transparent> true </transparent>
  <exceptions> xml </exceptions>
<capabilities_url> http://localhost:8080/mapviewer/wms? </capabilities_url>
  </styling_rules>
2. Request with the URL, http://localhost:8080/mapviewer/wms?REQUEST=GetMap&VERSION=1.3.0&LAYERS=wms_theme130wps&WIDTH=1500&HEIGHT=560&CRS=SDO:8307&BBOX=-180,-90,180,90&FORMAT=image/png.
This request is without any Authentication message!
3.Request returns a PNG Image.

Similar Messages

  • 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

  • Accessing a form created in FormsCentral that is saved locally

    Accessing a form created in FormsCentral that is saved locally - how do I do this if the form was not created on this computer?

    I am assuming you are saying you used the FormsCentral Desktop application included with Adobe Acrobat Professional XI and created a "Local" form.  You will need to be able to ccess that computer to retrieve that form, when you are on the original PC you created the form on you can either move the form online when signed in so it is available anywhere, or you can export the Design File (FCDT, FormsCentral Design Template) which can then be imported into FormsCentral on any other computer, or can be converted to a PDF in Acrobat XI.  To export the design file open the form and from the Design tab click "File" - "Export Design File..."
    Thanks,
    Josh

  • I'm trying to log into my site that requires authentication but I get a popup that says it doesn't require authentication and then I get a 403

    I have a site that requires authentication. In the past i have logged in using firefox with the following format
    http://username:password@sitename:siteport/specificsiteurlinfo
    and gotten in just fine. I just set up a new computer with a new instance of firefox and try the same thing but I now get the following popup-
    "You are about to log in to the site "sitename" with the username "username", but the website does not require authentication. This may be an attempt to trick you.
    Is "sitename" the site you want to visit?"
    When I click "yes" Firefox appears to try to go to the site without any authentication and I of course get a 403 Forbidden error.
    I have tried reverting back to old versions of Firefox with no luck.
    Any advice would be greatly appreciated.
    Thank you.

    The purpose of that warning is to alert you to the possibility of being fooled by a link with login credentials at the beginning. On your old computer you might have tweaked this setting to limit when the warning appears:
    http://kb.mozillazine.org/Network.http.phishy-userpass-length
    This article discusses the steps to adjust that setting to fit your needs: [http://fix.lazyjeff.com/2011/04/disable-firefox-login-prompt.html].

  • 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

  • I can't send mail to the site that required Authenticator

    How can I send mail to the smtp site that required Authenticator,If th smtp site doesn't require Authenticator ,I can send mail.
    My program:
    Properties props=new Properties();
    props.put("smtp","smtp.163.com");
    props.put("auth","true");
    MailUser mu=new MailUser("username","password");
    javax.mail.Session session=javax.mail.Session.getDefaultInstance(props,mu);
    public class MailUser extends Authenticator
    String username;
    String password;
    public MailUser(String us,String ps)
    this.username=us;
    this.password=ps;
    }

    Properties props = System.getProperties();
    props.put("mail.smtp.host", "hiart.co.kr");
    props.put("mail.smtp.auth","true");//auth module....
    session = Session.getDefaultInstance(props,null);
              Date date = new Date();
    msg = new MimeMessage(session);
              System.out.println(from);
    msg.setFrom(new InternetAddress(from+"@hiart.co.kr"));

  • Having issues with patches that require multiple reboots in a task sequence?

    Are you guys having issues doing a build and capture or deployment, while including the recent patches ?
    It looks like another patch is requiring multiple reboots which breaks the task sequence...
    Long story short... the last time I created a .Wim file was in June (with ZTIWindowsUpdate) - it included all the patches as of June 2014. This image has been deployed since then with no problem. All the other monthly patches (07/08/09/10/11/12/01) can be
    installed successfully through the deployment task sequence with no problem.
    Then last week, I decided to create a new .Wim file to include all the patches as of January 2015. In my build and capture step, it exits because one of the updates requires multiple reboot. I checked on the following website and it has not been updated
    since October 22nd : http://support.microsoft.com/kb/2894518
    Do any of you experiences issues with a WSUS that requires multiple reboot recently ?
    Thanks!

    As mentioned, the MDT offline updates task will do it. Add it to your build and capture and it will do the work for you using the updates in an update package that you've previously created. Alternatively, use a stand-alone instance of MDT to create your
    image (using a build and capture TS of course) -- this can then use a stand-alone instance of WSUS to install the updates into your image which you then import into ConfigMgr.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Does Apple TV work with wifi that requires you to enter a username and password via the web?

    The wifi service is a public hot spot that is provided by my cable company (Comcast/Xfinity) for its customers.  It requires you to enter your user name and password via a website prior to using it.  Is there a way to make this work with Apple TV?
    Any help would be greatly appreciated.

    Welcome to the Apple Community.
    There is no web browser on the Apple TV, you cannot directly use a wifi connection that requires a log in this way. you may wish to look at Internet sharing with a notebook.

  • 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 Muse be used to create a site that requires a CMS with multiple user accounts?

    Hi, I am new to Adobe Muse and I would like to understand some specific things about the software. I have been comissioned to create a gallery website which requres a cms for use with mulitple accounts for the users/ artists to display seperate profiles and submit work to. Does Muse have this functionality and if possible to answer, how would I do this? I have looked at the tutorials on Adobe for Muse but I have not seen anything related to this, only the Busines Catlalyst website management software (if indeed it is software). Are there any tutorials on this or could I please be directed to one if no direct answer can be given here as I appreciate it is quite an indepth question. Thanks..

    Wait for the new version of Muse which should be published during the first quarter of this year. I guess that in the new Muse version could be basic CMS features?
    Best Regards
    TaikaJim

  • I am trying to us a form on a site that requires authentication and it won't work with Muse

    I called the provider and they sent me a bunch of code to insert in order to make the form work but is there anyway I can make it work from within Muse? https://solutions.hostmysite.com/index.php?/Knowledgebase/Article/View/8460/0/using-pear-m ail-to-create-a-php-mail-form-that-uses-authenticationauthentication-is-required-by-hostmy site
    I have no idea how to deploy any of that stuff or how to do a captcha without using Muse. 
    The website is question is http://www.kiddintl.com/work-with-us.html
    Should I have the domain point to an adobe business catalyst site in order to make everything in Muse work correctly?
    [email protected]

    Hi Peter,
    In the latest release of Muse the option of recaptcha was added to both Bc and non Bc hosted site. Please check the link below to know more on this.
    http://helpx.adobe.com/muse/using/form-widgets.html#Preventing spam using Google reCAPTCHA
    I am afraid that this is not possible in Muse, to generate captcha for a site that is not hosted via Bc, at this stage, I will recommend that you post this on our ideas section over here, https://forums.adobe.com/community/muse/ideas, and let our devs team know of this requirement.
    In the meantime, you will need to insert the captcha code manually on the Muse form once after you have exported the html of the site and this is something that you will need to every time the code is generated because Muse will overwrite the changes that you have made.
    - Abhishek Maurya

  • How to access my website created with iWeb after hard drive replacement

    I recently had my hardrive fail and it was replace with a new one. It just happened to be the only computer I used to create and update my website. I lost some photos that are on my website, but there are 1 or 2 photo pages that I can't download them back to my computer from. Is there another way to get them from the .mac server to my computer? I hesitate to create a new iWebsite for fear of losing the one that has the photos I want. Thanks

    You should be able to access any of the files on the Idisk.
    You will need to construct a new site and in the future you should backup the "domain" file located in your user library/application support/iweb.
    If you had that file you would not have lost anything.

  • How to access OS User created with "identified externally"

    I am able to
    SQL> create user ops$deskuser identified externally;
    while deskuser is one of my OS user.
    I believe it is a very easy question, however I just do not know how to access this user from sqlplus., please help
    Thanks in advance

    oracle@mini:~> sqlplus system
    SQL*Plus: Release 10.1.0.3.0 - Production on Sun Nov 13 21:11:47 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create user ops$pops identified externally;
    User created.
    SQL> grant connect to pops;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    oracle@mini:~> su - pops
    \Password:
    Illinois isn't exactly the land that God forgot -- it's more like the
    land He's trying to ignore.
    pops@mini:~> . oraenv
    ORACLE_SID = [pops] ? orcl
    pops@mini:~> sqlplus /
    SQL*Plus: Release 10.1.0.3.0 - Production on Sun Nov 13 21:16:59 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>

  • How to create a form that requires thousands of checkboxes?

    Hello forum members,
    I have Adobe Acrobat 8 Professional.  I've been searching the internet/forums for the past few hours and I can't seem to find any information on how to create a form with many checkboxes.  I do not want to have to give individual names to thousands of checkboxes.  I'm hoping there's an easy solution to my problem.  Maybe I don't even need to use checkboxes.
    Here it is...
    I'm a DJ and wedding season is coming up.  For each wedding that I do, I usually give the bride and groom a list of my songs and they choose a bunch of songs that they'd like to have at their reception.  In the past, I've just been sending them a webpage word document with the songs and they'd send me their selections in a different document or directly in the reply email.  I'd like to make this process easy for them (and myself) by making a pdf document where they can simply place a checkmark beside the songs that they want and then send it back to me.  As a bonus (if it's possible) i'd like to be able to export the songs that they selected into a separate document so that I don't have to go through the entire pdf (with thousands and thousands of songs) when they send it back to me.
    I would be ever greatful if somebody help me or direct me to a link with some additional information.
    Thanks in advance,
    Mike

    George, thank you very much for your quick reply and good advice.
    Mike

  • Parsing Content From A Site That Requires Authentication

    Ive been scanning websites using the Java HTML parser from htmlparser.sourceforge.net to gather useful data into a more easily used format, in this case it is stored in a mySQL database.
    The problem that has stumped me for the past few days is how to get around the login authenication page required to access content from the website www.racingpost.com . I am a registered user but am having difficulty logging in via Java and managing the cookies to bypass the login page HTML I keep getting instead of the race data.
    I am unsure when and where I should be passing cookies around. Also logging in using POST is confusing me.
    Thanks for any help you can offer.

    this should help you out with posting to a URL. It is taken from:
    http://javaalmanac.com/egs/java.net/Post.html
    // e135. Sending a POST Request Using a URL
        try {
            // Construct data
            String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
            data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
            // Send data
            URL url = new URL("http://hostname:80/cgi");
            URLConnection conn = url.openConnection();
            conn.setDoOutput(true);
            OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
            wr.write(data);
            wr.flush();
            // Get the response
            BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            while ((line = rd.readLine()) != null) {
                // Process line...
            wr.close();
            rd.close();
        } catch (Exception e) {
        }

Maybe you are looking for

  • Control Delivery split based on diff in exchange rate (let. of credit)

    Hi Team, We have a scenarios where the user does nto want split in delivery because of differecne in Exchange rate for line items. In my case when Letter of credit si assigned to line item. I understand this as standard behavior that a delivery split

  • Just updated to Ver 34 and my favorite addon"flashblock" is incompatible to ver 34.

    Does anyone know a substitute that will block videos from opening automatically on new sites etc? When I open multiple sites videos start playing from all of them at once. Flashblock always let me click on the individual videos to start them. Thank y

  • Newbie looking to get started in Mac programming

    Hi, I have a handful of ksh scripts written for Leopard, I would like to create an interface/wrapper in C++, ref existing system prefs, to bring everything together under a suite of commands and eventually rewrite the shell scripts into C++. Is there

  • How To Implement CDC in ODI

    Hi Experts, Could you please guide me how to implement CDC in ODI. I am new to CDC. I have basic knowledge of ODI. Please let me know the steps/Process/Document which will be helpful to achieve CDC. Cheers, Andy

  • Having a few problems with the codes for this program.

    i type in the code. in notepad, then compile it to java, but i always seem to get 3 errors. if anyone can help, id really appreciate it. using java: Calculate the salary at the end of two weeks. You know that: ? For the first 40 hours worked in a wee