Results 1 to 2 of 2

Thread: How to retrieve mozilla cookies using c++ code?

  1. #1
    Join Date
    Nov 2011
    Posts
    9
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default How to retrieve mozilla cookies using c++ code?

    I am developing an app in VC++ which need to access Mozilla cookies. I know little bit that mozilla now stores the cookies in SQLite DB. what all header files or libraries I require and how to access the mozilla cookies?
    Is there any other way using QT.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to retrieve mozilla cookies using c++ code?

    Locate the Firefox/Thunderbird cookie database, open the Sqlite cookies database using Qt, read the data contained within (there's only one table). Almost every SQL example shipped with Qt creates/reads an Sqlite database. What's the problem?

Similar Threads

  1. Cookies....Again....
    By TJSonic in forum Qt Programming
    Replies: 7
    Last Post: 22nd November 2011, 09:00
  2. retrieve code from DLL
    By kernel.roy in forum Qt Programming
    Replies: 1
    Last Post: 15th September 2010, 08:03
  3. retrieve code from DLL
    By kernel.roy in forum Newbie
    Replies: 1
    Last Post: 15th September 2010, 06:21
  4. I get only 1 of 4 cookies...
    By cherva in forum Qt Programming
    Replies: 33
    Last Post: 5th June 2009, 15:42
  5. Mozilla/Firefox remote command
    By larsli in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2007, 08:23

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.