Skip to content

Instantly share code, notes, and snippets.

@petrushev
Created March 16, 2016 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrushev/2500eba0781eda033486 to your computer and use it in GitHub Desktop.
Save petrushev/2500eba0781eda033486 to your computer and use it in GitHub Desktop.
f = document.createElement('form');
document.body.appendChild(f);
f.action = "http://makstat.stat.gov.mk/PXWeb/api/v1/mk/MakStat/InfOpstestvo/DelovniSubjekti/175_InfOpst_Mk_09EntDSL_mk.px";
f.method = 'POST';
f.enctype = "application/json";
// how to set request body?
f.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment