Question

InterceptorOption_Ignore_NotFound_Error in Aurena

  • 9 August 2022
  • 2 replies
  • 99 views

Userlevel 4
Badge +6

Hello,

 

Anyone has any idea on this Exception in Aurena? 

Eg: 

REQUEST headers {"Host":"ifs-prod.l-t.se","sec-ch-ua":"\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"","Accept-Language":"sv-SE,sv;q=0.5","sec-ch-ua-mobile":"?0","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","Accept":"application/json;odata.metadata=full;IEEE754Compatible=true","InterceptorOption_Ignore_NotFound_Error":"true","X-Requested-With":"XMLHttpRequest","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty","Referer":https://XXXXXX/main/ifsapplications/web/page/PostingProposal/Form;$filter=InvoiceId%20eq%206153833;path=0.2011003513.158752828.1511571157.452417981;record=KENvbXBhbnk9JzEwJyxJbnZvaWNlSWQ9NjE1MzgzMyk%3D,"Accept-Encoding":"gzip, deflate, br","Cookie":"JSESSIONID=yO9iEECGCOA3l6lktKUgNkr0vX-et0A69ZNxch-myVgbwUcjsy3R!729872914; _WL_AUTHCOOKIE_JSESSIONID=T5VsZd6sdvj8pmaiVhSc; XSRF-TOKEN=CR83-ARCO-BYK1-P48O-U1XT-OXQT-KQDC-FTNP; LBSESSION=rd22o00000000000000000000ffff0a100868o48080","ECID-Context":"1.00jGyVsJAMoFw0zzzR03bz1zy4U3zsYx10001Ms00AL5f;kXjE","Connection":"Keep-Alive","X-Forwarded-For":"10.16.13.159%22","X-WebLogic-KeepAliveSecs":"30","X-WebLogic-Request-ClusterInfo":"true","x-weblogic-cluster-hash":"1BNu/kp2kNOMslht3PSSaoyMWtM"}

 

Thank you

Best regards,

Shangavi


2 replies

Userlevel 3
Badge +4

Hi @Shangavi Subendrarajah ,

 

I don't actually have any idea on this but found below information which might help for you.

seems it kind of variable which holds true and false and in your case it holds true.
"InterceptorOption_Ignore_NotFound_Error":"true",

I also checked a functional flow (navigating to "Posting Proposal" from Manual supplier Invoice) in CORE and it also have the value as “true” as below.

 

Hence, maybe check your functional flow in CORE and see what it holds in there in the Request headers.

 

Just including below link which includes information related to HTTP interceptors as it might help for you to get an idea on angular interceptor  as well :) ,
https://www.c-sharpcorner.com/article/using-http-interceptor-service-in-angular-app/#:~:text=HTTP%20Interceptor-,HTTP%20Interceptors%20is%20a%20special%20type%20of%20angular%20service%20that,incoming%20HTTP%20request%20and%20response.

 

Best Regards,

Prabhavi.

Userlevel 4
Badge +6

Hello @Prabhavi Wijayaweera,

 

Thank you for that information, i will look on the link 😀.

 

Regards,

Shangavi

Reply