Project

General

Profile

« Previous | Next » 

Revision 55151

updated gcube token param name

View differences:

modules/dnet-openaireplus-workflows/branches/solr75/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/vre/VREPostJobNode.java
40 40
			URI postUri = new URIBuilder().setScheme(scheme).setHost(host).setPath(postPath).build();
41 41
			HttpPost postAction = new HttpPost(postUri);
42 42
			StringBuilder strBuilder = new StringBuilder();
43
			strBuilder.append("token=").append(appToken).append("&previewtitle=").append(previewTitle)
43
			strBuilder.append("gcube-token=").append(appToken).append("&previewtitle=").append(previewTitle)
44 44
					.append("&previewdescription=").append(previewDescription).append("&text=").append(text)
45 45
					.append("&httpimageurl=").append(httpImageUrl).append("&enablenotification=").append(enableNotification);
46 46
			String postBody = strBuilder.toString();

Also available in: Unified diff