Search:

Type: Posts; User: aseagle

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thanks again- I was in the process of researching...

    Thanks again- I was in the process of researching this and I stumbled upon this example: JavaScript function access from plain C++: An example - CodeProject

    I am in the middle of trying to...
  2. What is the best/easiest way to trigger a Javascript OnClick event in C++?

    Hi,

    BACKGROUND

    I am developing a C++ program that retrieves the desired data from a website and exports it to Excel. This "Export to Excel" part of this task is what is giving me trouble. To...
  3. Thanks- I need to ask you the same question I...

    Thanks- I need to ask you the same question I asked Salem. If I mimicked the POST request sent after the "Export to Excel" button on the website is clicked manually, should an Excel file be generated...
  4. @Salem Yeah that's the thing. I am not entirely...

    @Salem Yeah that's the thing. I am not entirely sure. If the Excel file is exported by me clicking the "Export" button on the website, then shouldn't mimicking the POST request for it be enough to...
  5. Mimicking "Export Data to Excel" Post Request does not download Excel file?

    Hi,

    I want to know if I am going in the right direction with this.

    BACKGROUND:

    I made a mistake in the last thread I started that was identical to this.

    I have a website that I am...
  6. Replies
    11
    Views
    9,512

    Hey sorry to bother you, but I am just wondering...

    Hey sorry to bother you, but I am just wondering if maybe you could link me to some resources on this. I am not sure how to tell if it is a token or javascript. I am trying to find the resources...
  7. Replies
    11
    Views
    9,512

    And also, how do I tell whether it's a token or...

    And also, how do I tell whether it's a token or javascript?
  8. Replies
    11
    Views
    9,512

    Yeah it does change everytime I make the request....

    Yeah it does change everytime I make the request. However the event validation parameter has always been there and changed for the other pages I have gotten past, and I was still able to access their...
  9. Replies
    11
    Views
    9,512

    @Salem : Is there a way to get around this?

    @Salem : Is there a way to get around this?
  10. Replies
    11
    Views
    9,512

    @Salem, also, I have not used wireshark but I...

    @Salem, also, I have not used wireshark but I have used PostMan. PostMan gives me the libcurl code snippets for each post request however it doesn't seem to work if I rely entirely on it to construct...
  11. Replies
    11
    Views
    9,512

    @Salem POST Request 1 Payload Info...

    @Salem


    POST Request 1 Payload Info
    ------WebKitFormBoundary4YIAjzYH1PRZVsptContent-Disposition: form-data;...
  12. Replies
    11
    Views
    9,512

    Exporting an Excel File From a Website

    Ok so, there is an online database that gives me the option to export the data for a week that I specify to Excel. I have mimicked all the post and get requests including the post request that...
  13. You did not answer the question, you made a...

    You did not answer the question, you made a snarky comment with a link to a page written by someone who takes themselves way too seriously, as you do. You need to learn how to answer in a smart way...
  14. This is part of my actual code, not something I...

    This is part of my actual code, not something I directly copied from the internet. Listen, I am not a programmer by profession. Everybody who is learning does it through trying to modify similar...
  15. Ignore me then, it doesn't bother me. Nothing I...

    Ignore me then, it doesn't bother me. Nothing I said is grounds for banning me on any forum. I am not spamming one forum. If you are bothered by this you either don't have a day job or you need to...
  16. @Salem...

    @Salem Interesting, thanks for this.
  17. I can ask whatever I want, wherever I want. These...

    I can ask whatever I want, wherever I want. These programming community rules were made by experienced programmers with a superiority complex (and a mental age of 12) that are trying to intimidate...
  18. Can you all relax lol? I want to use C++. The...

    Can you all relax lol? I want to use C++. The question specifies C++. I want to learn how to do it in C++. Python is out of the equation. If you can't answer the question why bother?
  19. No, I have my reasons for using C++.

    No, I have my reasons for using C++.
  20. Is creating a POST request for "Request Payload" data any different from form-data?

    C++ and libcurl are being used.




    How do I post "request payload" data?
    FYI I did ask this on stack overflow and cplusplus but I really need a response ASAP so I apologize in advance. And...
  21. Replies
    7
    Views
    16,106

    The issue with that is I am doing this on a work...

    The issue with that is I am doing this on a work computer and I cannot download software like that without admin permission (which I don't have).
  22. Replies
    7
    Views
    16,106

    oh. Didn't know. Sorry!

    oh. Didn't know. Sorry!
  23. Replies
    7
    Views
    16,106

    Am I not allowed to post the same thing in...

    Am I not allowed to post the same thing in multiple forums?
  24. Replies
    7
    Views
    16,106

    Use libcurl to sign into webpage?

    See both C++ and page source code below. I want to use libcurl to enter a username and password into the appropriate fields on the webpage and then click the submit button. What changes to the code...
  25. Alright, that's fair. Let's say I have an online...

    Alright, that's fair. Let's say I have an online dashboard, where I have to select certain options to get the data I want exported to Excel. There's an option from a drop down menu I want my program...
Results 1 to 25 of 29
Page 1 of 2 1 2