Can you do a post to a URL in APEX

I know that you can format a url to pass values in the URL string like this:
https://mydomain/pls/apex/f?p=115:1::::P1_ID:23709462
Or can you submit a post request instead of a get like the following PHP example?
Url=https://mydomain/donor/tnt_account_balance_query.php
Post=Username=$ACCOUNT$&Password=$PASSWORD$
Thanks,
Todd

Actually, I apologize I should have given more details.
I am trying to post to an apex URL.
My total purpose is to pass login information and query criteria to a page from another web page.
When the person pushes the button on their web page, it will send login data and query criteria to an apex page. In turn that page will initiate a csv download that the person can utilize on their local machine. I have the web page set up to initiate the data download. I can accomplish that, but I have two problems:
1) I would like to send that information as a post instead of get in the URL to hide the login information to the public.
2) The process is a before header process therefore, setting any page items will not happen. As a result, I cannot set a page item and then limit the query results for the data download.
Therefore, I would like to post a request to my APEX URL to make that happen. Part of me wonders if it is possible or not.
Thanks,
Todd

Similar Messages

  • In ical edit, can you get rid of invitees, availability, url, notes?

    in ical edit, can you get rid of invitees, availability, url, notes?

    in ical edit, can you get rid of invitees, availability, url, notes?

  • Can you delete this post for me

    can you please delete this post by me i put some stuff in there i didnt need too....please and thanks
    http://discussions.info.apple.com/thread.jspa?threadID=2465729&tstart=0
    -Mark

    I have asked that your post be deleted.

  • Can you make a poster in Pages 20X30in?

    Can I make a 20X30 inch poster in Pages on my MAC?
    Poster Girl

    Yes, you can. In the Document Inspector, click on Page Setup.
    In Page Setup, choose "Any Printer", and Manage Custom Sizes.
    In the Custom Size dialog, click the + sign at the bottom of the list (list may be empty) and name the new entry "Poster".
    On the right side of that dialog set your Length and Width. When you are done with that, click OK.
    Jerry

  • Can You Delete My Post, Please?

    I posted a reply to a query and unfortunately copied both a third party document's contents and originators email address into the post. Can someone just delete the post please? I'll replace it with a link to the original document (I did not know the link at the time).
    Link to post...
    http://discussions.apple.com/message.jspa?messageID=4318337#4318337
    Post is by me (David_x) and starts...
    As an adjunct to Nigel's post (thanks, btw, for SirAdmin), I happened to have following plain cyradm procedure handy (unfortunately, no link to original)...
    Thanks!
    -david

    Hi David_x!
    Another method you could use is, in that post, click on Report this post. In the Reason (Optional) text field, enter your request.
    If you have the link that you want the original text replaced with, you could also include that in the Reason, and a Host may insert it for you.
    I've also used the Report this post, and posted a link to this topic for you.
    Good Luck!
    ali b

  • Can i get a custom home page URL with APEX ?

    My name is Srinivas and i
    work for a top telecom company in North Carolina and i am a Oracle DBA
    here.
    We want to move away from spreadsheets about our typical DBA
    information and statistics and reports and move to Oracle APEX (formerly HTML
    DB). I was wondering whether i should use the public domain
    apex.oracle.com or create something running with an internal Oracle 10g ?
    If i use the public one apex.oracle.com for developing the application,
    can i get my own URL ? like http://telecom_company_dba.oracle.com or
    do we have to live with the http://apex.oracle.com URL ? We want to help
    our management with this APEX application and we would like to have a
    good meaningful URL for the APEX application
    If we maintain our own internal APEX application created by our own
    database 10g, then we could have our own domain name i guess. Correct ? or
    is it possible even i use the public apex.oracle.com ?
    waiting for your reply :)
    -thx

    Hi,
    The public apex.oracle.com site is not intended for production applications, if you don't want to run your own server there are a number of commercial hosting providers who specialise in providing hosting for APEX.
    There is a list of the providers (of which I'm one) here -
    http://wiki.shellprompt.net/bin/view/Apex/HostingExamples
    Regarding the 'nice' URL, yes that's certainly possible.

  • Metadata - Issue Can You Customize Apertures Metadata to work with Bridge

    I am a photographer and my workflow is to import all my images into Aperture library and add metadata. When exporting image is it possible to integrate the data with Bridge? This is important feature as most people do not import images with Aperture. The issue is that many of the field names are different or non existent between the two programs. For example Location in Bridge is Sub location in Aperture. Can you add contact info such as URL, email that are included within Bridge?
    Is there a way to customize the metadata fields to work with CS3?
    Any advise is greatly appreciated
    Message was edited by: Keith254
    Message was edited by: Keith254

    Hello Dhruser1,
    I think that the DAQmx Perform Bridge Offset Nulling Calibration should work for the SCC-SG24 module.  Take a look at this article:  Removing Large Initial Offset for Load Cell or Strain Measurements with SCXI-1520 or PXI-4220 in particular it mentions that using this VI in addition to the auto zero can introduce an offset.  If you're doing both these is likely the cause.
    Also, when you specify specific channels using the channels input are you also setting the "skip unsupported channels to false?  If not this may be why it affects other channels.
    I hope this helps, and if not please feel free to post back with an update after trying these things.
    Cheers,
    Brooks

  • Can you create an image map hotspot for an external URL in Dreamweaver CS6?

    Can you create an image map hotspot for an external URL in Dreamweaver CS6?

    Duplicate post: http://forums.adobe.com/thread/1338701?tstart=0

  • Can you still open URL's within QuickTime and Lion ?

    Can you still open URL's within QuickTime and Lion ? the URL opening seems to have gone.
    I'm running Lion now and just noticed

    I actually tried that but it came up an error and movie could not be found (or words to that effect) I'll try again
    In case it still doesn't work for you, try this URL:
    http://idisk.me.com/jrwalker4-Public/Intro_2.mov
    It is a sample file posted yesterday fixing a Lion playback problem (Lion/QT X v10.1 doesn't seem to like having 2 active MP3 audio tracks present) which I just tested and is playing for me right now.

  • How  can you load local server urls on application start?

    Background:
    I've been searching for close to two days for an answer to this question, it's full of gotchas and I can't quite get it figured out.
    I have an application which contains several web services. These services load up listeners when the services are invoked which makes them available for input. The user has the option of disabling automatic load of these services and invoking them manually by typing in the local url and starting the app. The can allow the autoload which uses a the or allowing the auto load to start. Currently the local url is hardcoded in a property file and this is how the services knows the local endpoint to envoke when it autostarts.
    <servlet id="AutoStart_01">
    <servlet-name>autoStart</servlet-name>
    <servlet-class>com.loadmy.StartupClass.Here</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    This works all fine and well until it's deployed onto a machine that runs a local weblogic cluster that has more than one jvm (and multiple ports) loading the application up.
    Problem
    The question is, how can you get the applicaton to recoginize the local url for the jvm that is running which can be on different ports? Here's what I've tried
    A - Using Inet.Address - This doesn't let you know what port your application is on
    B - Using the load servlet on start up ( Only the init() function is called and the request object hasn't been created and the request object is what contains ther protocol, server and port information)
    C - Loading a jsp page (READ... purposefully loading a jsp page) on application start. The thought here is that this contains a request object, but unfortunately on this doesn't work in my servlet container (currently tomcat 6 but the application is for a web logic machine)
    D - I thought about possibly using System.properties() but no luck there
    I'm at witts end on this one and I know there is something that can recoginze the local servlet container and extract the url and port from it.
    Any suggestions would be great.
    Flabergasted [sic]

    Hi,
    I had a simmilar requirement once, i also had to display some meaningful message with the busy mode icon, but i guess that comes directly from the WD Framework and is not possible to be changed. Refer the following thread, i raised that time.
    Web Dynpro ABAP
    Dont have much idea if somethig exists in portal for this.
    Regards,
    Runal

  • Can you help me get this blog posted on ALL possible parts of the website? Please read.

    DUAL SIMM CARD CAPABILITY and WORLDFONE QUAD-BAND CAPABILITY.  This is the crux of the biscuit (as Frank Zappa once said).  Multiple SIMM-card quad-band world-phones (2 or more SIMM cards per phone AND cover the North American and Pan-Asian GSM bands) are what ALL the manufacturers (RIM, Apple, Nokia, Ericson, Motorola, etc.) PURPOSELY FAIL TO ADDRESS because they are under pressure from the service providers (AT&T, Verizon, etc, etc.) NOT TO OFFER THESE IN THE NORTH AMERICAN MARKET.  The reason is twofold.  First, for a phone to hold multiple SIMM chips simultaneously, it must inherently be UNLOCKED (where SIMM cards from any multiple providers can be inserted into the same phone simultaneously).  Second, the big service providers don't mind you having a quad-band worldphone, as long as they can bill you BIG $ for international roaming in foreign countries, they cannot milk you like this if you have a local SIMM card installed for that foreign country (ie: use the foreign SIMM card telephone number when making or receiving calls overseas in that particular country).  ALL THESE PHONE MANUFACTURERS ARE SOMEHOW IN THE POCKETS OF THE CELLULAR PROVIDERS NOT TO OFFER MULTIPLE SIMM-CARD CAPABLE WORLDBAND PHONES WITHIN THE NORTH AMERICAN MARKET.  There is a Chinese company called Jing Cheng that introduced the first integrated Dual SIMM chip worldband phone (model # JC 666s).  These were not internet or e-mail capable, but showed the western world what this is all about.  Thank our cellular providers AND our phone manufacturers for keeping the wool pulled over our eyes in North America.  Such dual SIMM card worldband phones have been available for YEARS in Germany, Australia, China, Japan, etc.  IT'S TIME ALL THE PHONE MANUFACTURERS UNDRESS AND SHOW WHOM THEY REALLY HAVE LOYALTY TO (the cellular providers OR their customers).
    Removed personal information to comply with Community Guidelines and Terms and Conditions of Use.

    I quite simply don't know where to begin.   I guess at the beginning would be best.  This Community Support Forum is as the name implies, a forum for user to user support.  It is not a blogging site.  I imagine you made an error and thought you were posting to such a site of which you belong and post your blogs to.
    As this is a forum I can only surmise that this is not a blog or a post to assist/support another member but rather a misguided rant.
    I am now on my second Blackberry, both of which had a worldwide capability.  My first was the Blackberry Storm 9530, the Storm 1.  My current Blackberry is the 9550, the Storm 2.  Both were locked to my carrier (Verizon).  In anticipation of a trip abroad I had the 9530 unlocked by Verizon in order to avail myself of local SIMM cards during my travels.  A hospitalization has delayed the trip but prior to departure, Verizon will unlock my 9550.  There are any number of sites that will, for a fee, provide an unlock code for you.  Pay your money and take your chances.  Make sure you choose wisely.
    Carriers are generally willing to do this for customers in good standing.  This, of course, begs the question of why a Blackberry (or any device) is locked to a specific carrier.  I do not know of anyone, who has paid full price for their phone Smart or otherwise.  Most device purchases are at steep discounts or rebates predicated on a contractual term of service with the retailer (carrier).  This how they recoup the cost of the discount.  Having the phone locked prevents someone from availing themselves of a heavily discounted device at a carrier's expense and immediately jumping ship to another carrier.  That lock combined with an Early Termination Fee "ETF" is what keeps the latest and greatest devices affordable for the vast majority of us.  It is not the best system but it works.
    A dual SIMM capability on a phone with neither email or Internet access is well, quaint.  It is for lack of a better term, a phone.  I am not surprised given the Peoples Republic of China's support of freedom of information, that they have such a restricted device.  I want every bell and whistle that RIM can put on their product and with the 9550, that is what I have.
    There is no grand conspiracy between the manufacturers and the carriers.  Perhaps, you might want to start a telecommunications industry conspiracy blog.  Perhaps you could use that wonderful Dual SIMM Chinese device to make posts to it.  Oh, that's right, no Internet access on it.
    Наглый пес! Вы должны быть благодарны мы даем Вам возможность проживать в нашем мире!
    BB 9550 Verizon OS 5.0.0.1015 My Storm My Blackberry My Lifeline
    If there is a Theme on my Blackberry, Hedone it!
    If someone successfully helped you with an issue, say thank you by clicking "kudos" in their post and clicking the star.
    Antiquis temporibus, nati tibi similes in rupibus ventosissimis exponebantur ad necem
    If your issue has been solved, please mark the post that solved it for you!

  • We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube?

    We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube? The Moodle upload interface is expecting a file selection dialog box like windows or OSX. I do not want to have to go through an intermediary step of messing with a pc.
    Thanks!

    It should be around 7 and a half gigs. In iTunes, across the bottom there should be a bar that show how much storage is being used and by what. (music, movies, apps, etc.) To make music take up less room, you can check the box to make it convert the music to 128kbps AAC. This lowers the quality, but with most earbuds and speakers, you can't even tell the difference.
    The iPod touch has parental controls built in. You'll find them in Settings. I think they only work for enabling/disabling Safari, Mail, YouTube, and App Store. Here's an app that does more: http://www.mobicip.com/online_safety/ipod_touch

  • How can you post comments during signal aquisition?

    How can you post comments during signal aquisition? For example, while acquiring your signal, you want to post a comment which the temperature reads at "30 seconds" from your relative start time (t=34 sec into recording)
    I have the LE package where events, alarms, etc cannot be used. Are there other ways that the user can mark an "event" during recording?

    Hey hkim,
    If you know how long it will be before you want a message to pop up you can simply include a sequence structure and in the first sequence have a wait time of your desired length and have the message pop up and display in the second sequence frame. 
    Hope This Helps,
    Doug B
    Applications Engineer
    National Instruments

  • Using Windows 8.1 with Directx11, when I lauch Photoshop Elements Organizer, I see the error message "DirectX could not be initialized. Please be sure that it is installed on your system. You can download the latest DirectX installer from:[URL] I have the

    Using Windows 8.1 with Directx11, when I lauch Photoshop Elements 12 Organizer, I see the error message "DirectX could not be initialized. Please be sure that it is installed on your system. You can download the latest DirectX installer from:[URL] I have the latest version, Directx11, as verified by running dxdiag.

    Maybe you need to enable Direct Play under Legacy Components in the Turn Windows Features on or off dialog.
    1. Right click on the windows start Logo on the taskbar, select Control Panel and click on Programs
    2. Under Programs and Features click on Turn Windows Features on or off and then under Legacy Components enable Direct Play

  • HT1677 In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

Maybe you are looking for

  • Fax function on all-in one does not appear under Mavericks

    I just purchased a new all-in-one printer. I installed it on my network successfully. When adding it to my devices the Printer and Scanner functions appear to function perfectly, but the FAX function (which appears on a Macbook Pro running Snow Leopa

  • Itunes podcast downloading error (err = -3259)

    Hello, I am using itunes with my IPOD since 2 years. all fine so far. Now, since a few weeks, some podcasts don`t get downloaded anymore. I always receive the error message (err = -3259) and thats it. Does anyone else have the same problem? I also tr

  • Custom Report of MD04 with the summarized section

    Hello.. Im using the FM MD_STOCK_REQUIREMENTS_LIST_API  to get the MD04 data (detailed) But now I have the request to show the summarized data of the MD04. Summarized by days, weeks and months... do you know what FM I can use to get that information?

  • Files in Desktop Applications

    How do I obtain the location of the install dir from within a desktop app? Do I have to define this during the install process or is there a programmatic way to determine the dir? I would like to store a few files with my app and would like them to b

  • WBS element naming problem

    Hi, I have created one standard proyect where: Proj. Def. : Z/123456 WBS element: Z/123456-000-1 Mask: Z/000000-000-0 SD/PS assignmnt: set. It is working properly, so if I create sales order 356 It creates project Z/000356 and WBS element Z/000356-01