/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

BrowserAcceptHeader Property

HTTP accept header sent from the cardholder's browser.

Syntax

ANSI (Cross Platform)
char* GetBrowserAcceptHeader();
int SetBrowserAcceptHeader(const char* lpszBrowserAcceptHeader); Unicode (Windows) LPWSTR GetBrowserAcceptHeader();
INT SetBrowserAcceptHeader(LPCWSTR lpszBrowserAcceptHeader);
@property (nonatomic,readwrite,assign,getter=browserAcceptHeader,setter=setBrowserAcceptHeader:) NSString* browserAcceptHeader;
- (NSString*)browserAcceptHeader;
- (void)setBrowserAcceptHeader:(NSString*)newBrowserAcceptHeader;
#define PID_SERVER_BROWSERACCEPTHEADER 15

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains the exact content of the HTTP accept header as sent to the merchant from the cardholder's user agent. This field is required only if the cardholder's user agent supplied a value.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]