IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Example for using session and CookieJar in fn_utilities.

    Posted 02/05/24 06:45 PM

    Hi,

    I have an api call as below:

    session = requests.Session()
    headers = {
      'Content-Type': 'application/json'}
    response = session.post(url, headers=headers, data=payload, verify=False)

    I'm using fn_utilities for api call. I need an example for using session and CookieJar in fn_utilities. Any advice would be appreciated.

    Best

    Jaz



    ------------------------------
    Jasmin
    ------------------------------


  • 2.  RE: Example for using session and CookieJar in fn_utilities.

    Posted 02/06/24 03:13 AM

    Hi @BENOIT ROSTAGNI

    Could you please help me about this issue?

    Best



    ------------------------------
    Jasmin
    ------------------------------



  • 3.  RE: Example for using session and CookieJar in fn_utilities.

    Posted 02/06/24 04:51 AM

    Hi @AnnMarie Norcross,

    Is it possible with fn_utilities? Or I have to write a new function for it?

    Best



    ------------------------------
    Jasmin
    ------------------------------