Token Configuration

To enable the Dynamic Token Replacement feature, the compile-time configuration HTTPs_CFG_TOEKN_EN must be set accordingly (See section Module Configuration).

For more information on HTTP Dynamic Token Replacement, see section Dynamic Content.

Token Configuration Structure

const  HTTPs_TOKEN_CFG  HTTPs_TokenCfg = {
    15,										/* .NbrPerConnMax   */
	20										/* .ValLenMax		*/
};


Fields Description

Structure FieldTypeDescriptionPossible Values
NbrPerConnMax
CPU_INT16UMaximum number of tokens accepted for each HTTP transaction.

SHOULD be >= 1
LIB_MEM_BLK_QTY_UNLIMITED to set an unlimited pool.

ValLenMax
CPU_INT16UMaximum length of the token replacement value accepted by the HTTP server.

SHOULD be >= 1