custom format Assembler parameter name


Assembler can return the response in the format you like, json or xml, this is by using  format  parameter on your assembler instance as query parameter.

i.e:
https://www.mysite.com/home?format=json

Given this is an Standard any developer with experience can access this data if infra team have it open, however this can be changed to be the value you want to be at:

/atg/endeca/assembler/AssemblerPipelineServlet component

Once this is set you can still get the info but as follows:

https://www.mysite.com/home?myCustomNotEasyToGuessName=json

This parameter is great for debugging, so change the name is a good idea to have this exposed for troubleshoot given it will not be easy for people to get the information.

I hope you find this useful for your project.

Comments